summaryrefslogtreecommitdiffstats
path: root/nijitrack.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-04 11:57:29 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-04 11:57:46 -0700
commit274e2cb39841b71c1f1cc9e94b94c75f0ebed539 (patch)
treea84afe0a8da5beeb2d20f35d446ff425130f0754 /nijitrack.py
parenta695e797d72ab3467b4bbd64eb5c9dbe6fea0111 (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.py1
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)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage