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