change log symbol

This commit is contained in:
Denis Lehmann 2020-04-18 12:24:09 +02:00
parent c162c8ba44
commit b3904e0689

View file

@ -21,7 +21,7 @@ Output functions
# Print log message
def log(text, force = False):
if verbose or force:
print('{} - {}'.format(datetime.now().strftime('%d.%m %H:%M'), text))
print('{} | {}'.format(datetime.now().strftime('%d.%m %H:%M'), text))
# Print error message and exit