change log symbol
This commit is contained in:
parent
c162c8ba44
commit
b3904e0689
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue