Skip to content

Commit

Permalink
upgrade firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
akpw authored Jan 20, 2024
1 parent 7cb89a6 commit c5900d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mktxp/datasource/routerboard_ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def firmware_version(router_entry):
return None

@staticmethod
def firmware_version(router_entry):
def firmware_upgrade_version(router_entry):
try:
version_st = router_entry.api_connection.router_api().get_resource('/system/routerboard').call('print', {'proplist':'upgrade-firmware'})[0]
if version_st.get('upgrade-firmware'):
Expand Down

0 comments on commit c5900d6

Please sign in to comment.