mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-07 09:00:59 +00:00
Some cleanup
Rebased
This commit is contained in:
parent
33809bd01b
commit
3148180e9a
3
twoot.py
3
twoot.py
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Copyright (C) 2020-2021 Jean-Christophe Francois
|
Copyright (C) 2019-2021 Jean-Christophe Francois
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -273,6 +273,7 @@ def main(argv):
|
||||||
# pass
|
# pass
|
||||||
|
|
||||||
# Setup logging to file
|
# Setup logging to file
|
||||||
|
# TODO Add timestamps
|
||||||
logging.basicConfig(filename=twit_account + '.log', level=logging.WARNING)
|
logging.basicConfig(filename=twit_account + '.log', level=logging.WARNING)
|
||||||
logging.info('Running with the following parameters:')
|
logging.info('Running with the following parameters:')
|
||||||
logging.info(' -t ' + twit_account)
|
logging.info(' -t ' + twit_account)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user