Skip to content

Commit

Permalink
reallow backend downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Sep 11, 2024
1 parent eabf0b6 commit 5e14e44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DownloadDeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def downloadBackend(self, tag):

if not os.path.exists(backendDirectory()):
print(str(backendDirectory()) + " Does not exist!")
return # returning for now
backend_url = "https://github.com/TNTwise/real-video-enhancer-models/releases/download/flatpak-backends/backend-V2-stable.tar.gz"
main_zip = os.path.join(currentDirectory(), "backend.tar.gz")
main_folder = os.path.join(currentDirectory(), "repo")
Expand Down

0 comments on commit 5e14e44

Please sign in to comment.