Data storage bug fix #569

This commit is contained in:
dgtlmoon
2022-04-29 18:26:15 +02:00
committed by GitHub
parent 014dc61222
commit c0d0424e7e
4 changed files with 18 additions and 9 deletions

View File

@@ -22,7 +22,8 @@ class model(dict):
'newest_history_key': 0,
'title': None,
'previous_md5': False,
'uuid': str(uuid_builder.uuid4()),
# UUID not needed, should be generated only as a key
# 'uuid':
'headers': {}, # Extra headers to send
'body': None,
'method': 'GET',