updated to comply with uv

This commit is contained in:
2025-05-04 23:10:11 +02:00
parent 677aba38af
commit f4d7a84c3a
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -35,4 +35,4 @@ def index():
return render_template('index.html', data=df.to_dict(orient='records'), chart_data=chart_data) return render_template('index.html', data=df.to_dict(orient='records'), chart_data=chart_data)
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(port=5001)

View File

@@ -1,4 +1,4 @@
#! /Users/cato/Code/Cato447/speed-logger/.venv/bin/python3 #!/usr/bin/env -S uv run --script
from cfspeedtest import CloudflareSpeedtest from cfspeedtest import CloudflareSpeedtest
from db import init_db, insert_result from db import init_db, insert_result