Added back in check for running processed, commented out during testing

This commit is contained in:
echel0n 2018-06-21 20:27:15 -07:00
commit 3648f21eb2

View file

@ -248,10 +248,10 @@ def initialize(section=None):
if not makeDir(LOG_DIR): if not makeDir(LOG_DIR):
print("No log folder, logging to screen only") print("No log folder, logging to screen only")
#MYAPP = RunningProcess() MYAPP = RunningProcess()
#while MYAPP.alreadyrunning(): while MYAPP.alreadyrunning():
# print("Waiting for existing session to end") print("Waiting for existing session to end")
# time.sleep(30) time.sleep(30)
try: try:
locale.setlocale(locale.LC_ALL, "") locale.setlocale(locale.LC_ALL, "")