mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove ! From printed messages. #493
This commit is contained in:
parent
09203a19ec
commit
38189c178e
1 changed files with 2 additions and 2 deletions
|
@ -202,11 +202,11 @@ def initialize(section=None):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue