Version: 1.0.2

This commit is contained in:
elpatron68
2024-05-26 13:58:46 +02:00
parent a73261f18a
commit b6d6b62223
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -100,5 +100,5 @@ def favicon():
# 'about.html') # 'about.html')
if __name__ == "__main__": if __name__ == "__main__":
logging.info('Starting erdbeerhannah v1.0.1') logging.info('Starting erdbeerhannah v1.0.2')
app.run(debug=True, host='0.0.0.0') app.run(debug=True, host='0.0.0.0')

View File

@@ -91,7 +91,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="3">Made with ♥️, marmalade and zero kowledge in Kiel Strawberry City.<br> <td colspan="3">Made with ♥️, marmalade and zero kowledge in Kiel Strawberry City.<br>
Version: 1.0.1/2024-05-26<br> Version: 1.0.2/2024-05-26<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>