mirror of
https://github.com/cainan-c/TaikoPythonTools.git
synced 2024-11-12 01:30:46 +01:00
Update generate.py
This commit is contained in:
parent
ba5aa17712
commit
39cc3fd1d2
@ -192,7 +192,7 @@ def create_images(data, id, font_path, rotated_font_path):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) != 3:
|
||||
if len(sys.argv) != 2:
|
||||
print("Usage: generate.py <id>")
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user