From 76e9bf9578f53e5c9ac96539964c7d81099ce74b Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 30 Jan 2022 04:21:49 -0500 Subject: [PATCH] stray variable from messier times (we don't talk about back then) --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 587d482..157963b 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,5 @@ from client import client from sys import argv, exit -path = None with client(config_path = None if (len(argv) < 2) else argv[1]) as c: c.run()