This commit is contained in:
elpatron68
2024-05-27 12:53:46 +02:00
parent 4a1b237482
commit 6601cd3e88
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -126,5 +126,5 @@ def favicon():
# 'about.html') # 'about.html')
if __name__ == "__main__": if __name__ == "__main__":
app.logger.info('Starting erdbeerhannah v1.0.3') app.logger.info('Starting erdbeerhannah v1.0.4')
app.run(debug=True, host='0.0.0.0') app.run(debug=True, host='0.0.0.0')

View File

@@ -106,7 +106,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="3">Made with ♥️, marmalade and zero knowledge in Kiel Strawberry City.<br> <td colspan="3">Made with ♥️, marmalade and zero knowledge in Kiel Strawberry City.<br>
Version: 1.0.3/2024-05-27<br> Version: 1.0.4/2024-05-27<br>
<a href="https://gitea.elpatron.me/elpatron/erdbeerhannah/src/branch/main/README.md" target="_blank">Weitere Infos</a></td> <a href="https://gitea.elpatron.me/elpatron/erdbeerhannah/src/branch/main/README.md" target="_blank">Weitere Infos</a></td>
</tr> </tr>
</tbody> </tbody>