mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Added back in check for running processed, commented out during testing
This commit is contained in:
parent
9306230f7e
commit
3648f21eb2
1 changed files with 4 additions and 4 deletions
|
@ -248,10 +248,10 @@ def initialize(section=None):
|
|||
if not makeDir(LOG_DIR):
|
||||
print("No log folder, logging to screen only")
|
||||
|
||||
#MYAPP = RunningProcess()
|
||||
#while MYAPP.alreadyrunning():
|
||||
# print("Waiting for existing session to end")
|
||||
# time.sleep(30)
|
||||
MYAPP = RunningProcess()
|
||||
while MYAPP.alreadyrunning():
|
||||
print("Waiting for existing session to end")
|
||||
time.sleep(30)
|
||||
|
||||
try:
|
||||
locale.setlocale(locale.LC_ALL, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue