Commit a34d8d6b by Szeberényi Imre

python3.9

parent 951b1c5c
...@@ -11,7 +11,7 @@ def main(): ...@@ -11,7 +11,7 @@ def main():
if len(sys.argv) < 2: if len(sys.argv) < 2:
print("usage: manage.py run") print("usage: manage.py run")
if len(sys.argv) is not 2 and sys.argv[1] is not "run": if len(sys.argv) != 2 and sys.argv[1] != "run":
print("[ERROR] Command cannot be parsed. Exiting...") print("[ERROR] Command cannot be parsed. Exiting...")
return return
......
pika==1.2.0 pika
psutil==2.1.1 psutil
setuptools>=58,<70
pip<24
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment