This commit is contained in:
2025-02-21 17:24:23 +01:00
parent fb80d0c105
commit 4ef980d1c8
3 changed files with 5 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ class LFSOid:
self.register()
def check(self):
return True
url = f"http://localhost:9999/check/{self.sha256}/{self.size}"
response = requests.get(
url,