mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 02:57:38 +03:00
commit
7e2eb08b67
@ -39,7 +39,7 @@ class DuplicateMessages(Thread):
|
||||
# Shallow copy, minus headers
|
||||
jsonTest = {
|
||||
'$schemaRef': json['$schemaRef'],
|
||||
'message': json['message'],
|
||||
'message': dict(json['message']),
|
||||
}
|
||||
|
||||
# Convert starPos to avoid software modification in dupe messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user