Add scorometer dockerfile

This commit is contained in:
Zoe Roux
2022-12-21 16:28:21 +09:00
committed by GitBluub
parent 4155b2ce71
commit 7bb07d4829
-1
View File
@@ -117,7 +117,6 @@ def main():
if start_message["type"] != "start" or "name" not in start_message.keys():
print(json.dumps({"error": "Error with the start message"}))
exit()
print("loaded")
song_name = start_message["name"]
sc = Scorometer(f"partitions/{song_name}.midi")
sc.gameLoop()