new run.sh

This commit is contained in:
fingadumbledore 2022-11-03 16:44:54 +01:00
parent 8a98fbadb7
commit 1ce3cf210b
2 changed files with 4 additions and 4 deletions

2
run.sh
View File

@ -1,5 +1,5 @@
cat party.sql | sqlite3 party.db
python3 database.py
export FLASK_APP=main.py

View File

@ -9,9 +9,9 @@
</head>
<body>
<center>
{% block content %}
<h1>{% block title %} Session Information {% endblock %}</h1>
{% endblock %}
<h1> Session Information</h1>
<label>User Anzahl, Uptime, Creator:</label>
<img src="/static/img/user.png" width="60" height="60">
{% block content %}