Merge main

This commit is contained in:
kramo
2023-05-27 19:08:40 +02:00
57 changed files with 2176 additions and 1052 deletions

View File

@@ -27,7 +27,7 @@ class Store:
"""
# Ignore games from a newer spec version
if game.version > shared.spec_version:
if game.version > shared.SPEC_VERSION:
return None
# Ignore games that are already there