mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Update versions.py
This commit is contained in:
@ -17,7 +17,7 @@ if settings.GITHUB_VERSION_TIMEOUT and settings.GITHUB_REPOSITORY:
|
||||
if 'tag_name' in release]
|
||||
if versions:
|
||||
return max(versions)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
return 'unknown', None
|
||||
|
Reference in New Issue
Block a user