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:29 -0700
commit249aca4db4b9053d8d29360bf100ce187a73fddd (patch)
treef3f16ca41068b691b08c5eece1482d6f118993ab /nijitrack.py
parent14ade3db074766da5baff813544b5f8d5f1b414b (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