mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-21 07:42:08 +00:00
Corrected basicConfig parzmeter
This commit is contained in:
parent
c688035fd0
commit
0637c8ccda
2
twoot.py
2
twoot.py
|
@ -278,7 +278,7 @@ def main(argv):
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
filename=twit_account + '.log',
|
filename=twit_account + '.log',
|
||||||
level=logging.INFO,
|
level=logging.INFO,
|
||||||
fmt='%(asctime)s %(levelname)-8s %(message)s',
|
format='%(asctime)s %(levelname)-8s %(message)s',
|
||||||
datefmt='%Y-%m-%d %H:%M:%S',
|
datefmt='%Y-%m-%d %H:%M:%S',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user