Add timestamp

This commit is contained in:
elpatron68
2024-05-27 15:46:12 +02:00
parent 9ad4038d6b
commit 02a9df95b5
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -17,7 +17,7 @@ app.logger.addHandler(handler)
Bootstrap(app) Bootstrap(app)
version = "1.0.5" version = "1.0.6/2024-05-27"
postcounter = 0 postcounter = 0
gesamtwert = 0 gesamtwert = 0
change = 0 change = 0

View File

@@ -111,7 +111,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="3">Made with ♥️, marmalade and zero knowledge in <a href="https://kiel-sailing-city.de/" target="_blank">Kiel Strawberry City.</a><br> <td colspan="3">Made with ♥️, marmalade and zero knowledge in <a href="https://kiel-sailing-city.de/" target="_blank">Kiel Strawberry City.</a><br>
Version: {{ version }}/2024-05-27, <a href="https://gitea.elpatron.me/elpatron/erdbeerhannah/src/branch/main/README.md" target="_blank">Infos</a></td> Version: {{ version }}, <a href="https://gitea.elpatron.me/elpatron/erdbeerhannah/src/branch/main/README.md" target="_blank">Infos</a></td>
</tr> </tr>
</tbody> </tbody>
</form> </form>