mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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):
|
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, "")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue