This commit is contained in:
Minecon724 2024-10-27 16:16:36 +01:00
parent c3ccf509fa
commit 1ecdbf8afe
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -165,7 +165,7 @@ def main(config: dict, version: str, channel: str, local: bool):
'id': latest_data['id'] + 1, 'id': latest_data['id'] + 1,
'timestamp': int(time.time()), 'timestamp': int(time.time()),
'file': file_url, 'file': file_url,
'changelog': changelog_url 'changelog': changelog_url,
'sha256': file_hash 'sha256': file_hash
} }