updated to comply with uv
This commit is contained in:
2
app.py
2
app.py
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user