diff --git a/main.py b/main.py index d4da2ca..a2eaba0 100644 --- a/main.py +++ b/main.py @@ -37,5 +37,3 @@ if __name__ == '__main__': end_date = time.strftime("%Y-%m-%d", time.localtime()) end_time = time.strftime("%H-%M-%S", time.localtime()) logger.log("Process completed at " + str(end_date) + " " + str(end_time) + ".") - -