Remove ! From printed messages. #493

This commit is contained in:
Clinton Hall 2014-07-16 07:54:09 +09:30
commit 38189c178e

View file

@ -202,11 +202,11 @@ def initialize(section=None):
return False
if not makeDir(LOG_DIR):
print("!!! No log folder, logging to screen only!")
print("No log folder, logging to screen only!")
MYAPP = RunningProcess()
while MYAPP.alreadyrunning():
print("!!! Waiting for existing session to end!")
print("Waiting for existing session to end!")
time.sleep(30)
try: