parent
f23b7d5376
commit
76e9bf9578
@ -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…
Reference in new issue