mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
Polish Bearhub branding in UI and metadata
This commit is contained in:
@@ -21,7 +21,7 @@ def check_for_update(logger: logging.Logger, http_client: HttpClient, i18n: I18n
|
||||
logger.info("Checking for updates")
|
||||
|
||||
try:
|
||||
releases = http_client.get_json('https://api.github.com/repos/vinifmor/bauh/releases')
|
||||
releases = http_client.get_json('https://api.github.com/repos/spalencsar/bearhub/releases')
|
||||
|
||||
if releases:
|
||||
latest = None
|
||||
|
||||
Reference in New Issue
Block a user