Commit a34d8d6b by Szeberényi Imre

python3.9

parent 951b1c5c
......@@ -11,7 +11,7 @@ def main():
if len(sys.argv) < 2:
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...")
return
......
pika==1.2.0
psutil==2.1.1
pika
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