From 249aca4db4b9053d8d29360bf100ce187a73fddd Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 4 Oct 2024 11:57:29 -0700 Subject: add logic to cut log file by half if exceeding 1000kb in 1 run - should not ever happen but this is a failsafe --- nijitrack.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nijitrack.py') diff --git a/nijitrack.py b/nijitrack.py index d40bc0b..13e5ef9 100644 --- a/nijitrack.py +++ b/nijitrack.py @@ -159,7 +159,6 @@ if __name__ == "__main__": parser.add_argument('--mode', choices=['yt', 'holodex'], help='Specify the data source to use (yt or holodex)') parser.add_argument('--b2', action='store_true', help="Upload graph html to Backblaze B2") parser.add_argument('--ff', action='store_true', help="Force a full refresh of all data (override daily refresh)") - parser.add_argument('--log', action='store_true', help="Log the output to a file") args = parser.parse_args() server = create_database_connection() initialize_database(server) -- cgit v1.2.3