Skip to content

Commit

Permalink
Logs 1
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Nov 6, 2023
1 parent eafde22 commit e589c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxdrive/updater/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __init__(self, manager: "Manager", /) -> None:
self.version: str = ""
self.available_version: str = ""
self.progress = 0.0
print(f">>>>>>> update_site_url: {Options.update_site_url}")
self.update_site = Options.update_site_url.rstrip("/")

self._update_in_progress = False
Expand Down

0 comments on commit e589c94

Please sign in to comment.