stray variable from messier times (we don't talk about back then)

master
BuildTools 3 years ago
parent f23b7d5376
commit 76e9bf9578
  1. 1
      main.py

@ -1,6 +1,5 @@
from client import client from client import client
from sys import argv, exit from sys import argv, exit
path = None
with client(config_path = None if (len(argv) < 2) else argv[1]) as c: with client(config_path = None if (len(argv) < 2) else argv[1]) as c:
c.run() c.run()

Loading…
Cancel
Save