Skip to content

Commit 4c3f464

Browse files
authored
Merge pull request #9 from richard-scott/master
Updated router firmware version
2 parents fe48f70 + 96a23f1 commit 4c3f464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

superhubclientsapi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|_|
1212
1313
SuperHub 3 Client API
14-
Version 1.0.7
14+
Version 1.0.8
1515
by Nicholas Elliott
1616
1717
"""
@@ -24,8 +24,8 @@
2424
import base64
2525
import argparse
2626

27-
version = "1.0.7"; # The version number of this utility
28-
version_firmware = "9.1.1802.613"; # The firmware version this utility was tested on
27+
version = "1.0.8"; # The version number of this utility
28+
version_firmware = "9.1.1811.401"; # The firmware version this utility was tested on
2929
superhub_username = "admin"; # Username goes here, usually this doesn't require changing
3030
superhub_password = ""; # Password goes here, can be pre-filled or left blank
3131
superhub_cookie_header = ""; # This is where the session cookie is stored, don't modify. A new cookie is generated with each request.

0 commit comments

Comments
 (0)