Add scorometer dockerfile
This commit is contained in:
@@ -117,7 +117,6 @@ def main():
|
|||||||
if start_message["type"] != "start" or "name" not in start_message.keys():
|
if start_message["type"] != "start" or "name" not in start_message.keys():
|
||||||
print(json.dumps({"error": "Error with the start message"}))
|
print(json.dumps({"error": "Error with the start message"}))
|
||||||
exit()
|
exit()
|
||||||
print("loaded")
|
|
||||||
song_name = start_message["name"]
|
song_name = start_message["name"]
|
||||||
sc = Scorometer(f"partitions/{song_name}.midi")
|
sc = Scorometer(f"partitions/{song_name}.midi")
|
||||||
sc.gameLoop()
|
sc.gameLoop()
|
||||||
|
|||||||
Reference in New Issue
Block a user