@@ -13,7 +13,13 @@ from subprocess import check_output
RAW = True
-from config import *
+try:
+ from config_dev import *
+except ModuleNotFoundError as E:
+ from config import *
+
+# from config import *
+# from config_dev import *
# Connect to:
# HOST = "twgs"