don t specify full path in message
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ def main():
|
|||||||
print(json.dumps({"error": "Error with the start message"}))
|
print(json.dumps({"error": "Error with the start message"}))
|
||||||
exit()
|
exit()
|
||||||
song_name = start_message["name"]
|
song_name = start_message["name"]
|
||||||
sc = Scorometer(song_name)
|
sc = Scorometer(f"partitions/{song_name}.midi")
|
||||||
sc.gameLoop()
|
sc.gameLoop()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user