fix log prefix
This commit is contained in:
parent
c6f6a70261
commit
f1b1daabf0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import re
|
|||
import subprocess
|
||||
from datetime import datetime
|
||||
|
||||
logp = datetime.now().strftime('[%Y-%m-%d-%H:%M] ')
|
||||
logp = datetime.now().strftime('[%Y-%m-%d %H:%M] ')
|
||||
|
||||
class DictDiffer(object):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue