app/routes.py aktualisiert
docker-build-and-push / build (push) Successful in 17s

This commit is contained in:
2026-08-03 15:18:28 +02:00
parent 57c0501fb4
commit f391798a00
+1 -6
View File
@@ -57,9 +57,4 @@ async def list_repos():
async def get_repo_status(repo_id: int):
import os
# Prüfe ob Ordner existiert
return {"subscribed": os.path.exists(f"/projects/repo-{repo_id}")}
```[1]
Für Datei-Änderungen brauchst du a `watchdog` Observer, der Änderungs-Hashes speichert [1].
Möchtest du die Implementierung direkt erledigen lassen?
return {"subscribed": os.path.exists(f"/projects/repo-{repo_id}")}