mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 11:07:38 +03:00
Fix json is not defined
This commit is contained in:
parent
313120aa94
commit
6d3b593fd1
@ -97,7 +97,7 @@ class Relay(Thread):
|
||||
|
||||
# Remove IP to end consumer
|
||||
if 'uploaderIP' in message['header']:
|
||||
del json['header']['uploaderIP']
|
||||
del message['header']['uploaderIP']
|
||||
|
||||
# Convert messgae back to JSON
|
||||
message = simplejson.dumps(message, sort_keys=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user