chore: add project files to visual studio project, fix horizontal separator

This commit is contained in:
2025-04-10 09:18:38 +02:00
parent dc845cf884
commit 4eb107d3ad
3 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,8 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="FlaskWebProject\lewy_globals.py" />
<Compile Include="FlaskWebProject\routes.py" />
<Compile Include="runserver.py" />
<Compile Include="FlaskWebProject\__init__.py" />
</ItemGroup>

View File

@@ -4,7 +4,7 @@ def getCommit():
repo = "<p>Brak informacji o wersji skryptu</p>"
try:
repo = Repo(search_parent_directories=True).head.object.hexsha
repo = f"<p>Commit: <a href='https://gitea.7o7.cx/roberteam/lewangoalski/commit/{repo}' style='width: 50%'>{repo[:11]}</a></p>"
repo = f"<p>Commit: <a href='https://gitea.7o7.cx/roberteam/lewangoalski/commit/{repo}'>{repo[:11]}</a></p>"
except:
pass
return repo

View File

@@ -49,7 +49,7 @@
</script>
<!--!>Footer<-->
<hr/>
<hr style='width: 50%'/>
{% block footer %}{% endblock %}
</body>