diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-04 11:57:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-04 11:57:29 -0700 |
| commit | 249aca4db4b9053d8d29360bf100ce187a73fddd (patch) | |
| tree | f3f16ca41068b691b08c5eece1482d6f118993ab /nijitrack.py | |
| parent | 14ade3db074766da5baff813544b5f8d5f1b414b (diff) | |
add logic to cut log file by half if exceeding 1000kb in 1 run
- should not ever happen but this is a failsafe
Diffstat (limited to 'nijitrack.py')
| -rw-r--r-- | nijitrack.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
