mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-30 13:56:31 -04:00
Bump version to 1.5.2
Former-commit-id: 4344a965a805f5c92a707ed7ad37048f8eda93b6 Former-commit-id: 42325bca647366a6593272694daff9f9af390f10
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ def extension_downloader():
|
||||
from urllib.request import urlopen, urlretrieve
|
||||
# the version listed below will NOT always match the version of sshyp being used
|
||||
# it is only updated if new extensions are incompatible with previous sshyp versions
|
||||
_file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.1").read()
|
||||
_file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.2").read()
|
||||
_pointer = ConfigParser(interpolation=None)
|
||||
_pointer.read_string(_file_data.decode('utf-8'))
|
||||
_extensions = _pointer.sections()
|
||||
|
||||
Reference in New Issue
Block a user