From 3148180e9a3bc080a10f646e6a99151782402835 Mon Sep 17 00:00:00 2001 From: jeancf Date: Tue, 1 Jun 2021 11:10:30 +0200 Subject: [PATCH] Some cleanup Rebased --- twoot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twoot.py b/twoot.py index 0e91e2f..3c3ae7f 100755 --- a/twoot.py +++ b/twoot.py @@ -2,7 +2,7 @@ # -*- 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 it under the terms of the GNU General Public License as published by @@ -273,6 +273,7 @@ def main(argv): # pass # Setup logging to file + # TODO Add timestamps logging.basicConfig(filename=twit_account + '.log', level=logging.WARNING) logging.info('Running with the following parameters:') logging.info(' -t ' + twit_account)