Trying out new layout
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
nohup: ignorerer inddata
|
||||
Traceback (most recent call last):
|
||||
File "/home/hjess/Projects/MoneyMaker/dashboard.py", line 779, in <module>
|
||||
main()
|
||||
~~~~^^
|
||||
File "/home/hjess/Projects/MoneyMaker/dashboard.py", line 773, in main
|
||||
init_schema()
|
||||
~~~~~~~~~~~^^
|
||||
File "/home/hjess/Projects/MoneyMaker/db.py", line 375, in init_schema
|
||||
conn = psycopg2.connect(DATABASE_URL)
|
||||
File "/home/hjess/Projects/MoneyMaker/.venv/lib64/python3.14/site-packages/psycopg2/__init__.py", line 122, in connect
|
||||
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
|
||||
psycopg2.OperationalError: could not translate host name "int.i80.dk" to address: Temporary failure in name resolution
|
||||
|
||||
MoneyMaker Dashboard -> http://localhost:5001
|
||||
|
||||
* Serving Flask app 'dashboard'
|
||||
* Debug mode: off
|
||||
[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
|
||||
* Running on all addresses (0.0.0.0)
|
||||
* Running on http://127.0.0.1:5001
|
||||
* Running on http://192.168.15.40:5001
|
||||
[33mPress CTRL+C to quit[0m
|
||||
127.0.0.1 - - [26/May/2026 22:52:33] "GET /health HTTP/1.1" 200 -
|
||||
127.0.0.1 - - [26/May/2026 22:52:39] "GET / HTTP/1.1" 200 -
|
||||
|
||||
Reference in New Issue
Block a user