Small fixes

This commit is contained in:
AnthorNet 2018-01-06 12:40:56 +01:00
parent ad1d133e66
commit 26f0d64745
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
</ul>
<p class="navbar-right navbar-text">
<em>Powered by <a href="https://www.edsm.net/" target="_blank" class="navbar-link"><strong>EDSM</strong></a></em>
<em>Provided by <a href="https://www.edsm.net/" target="_blank" class="navbar-link"><strong>EDSM</strong></a></em>
</p>
</div>

View File

@ -41,7 +41,7 @@
</ul>
<p class="navbar-right navbar-text">
<em>Powered by <a href="https://www.edsm.net/" target="_blank" class="navbar-link"><strong>EDSM</strong></a></em>
<em>Provided by <a href="https://www.edsm.net/" target="_blank" class="navbar-link"><strong>EDSM</strong></a></em>
</p>
</div>

View File

@ -144,7 +144,7 @@ def parse_and_error_handle(data):
if validationResults.severity <= ValidationSeverity.WARN:
parsed_message['header']['gatewayTimestamp'] = datetime.utcnow().isoformat() + 'Z'
#parsed_message['header']['uploaderIP'] = get_remote_address()
parsed_message['header']['uploaderIP'] = get_remote_address()
# Sends the parsed to the Relay/Monitor as compressed JSON.
gevent.spawn(push_message, parsed_message, parsed_message['$schemaRef'])