mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2026-02-05 07:55:56 +00:00
initial wifiwave2 capsman support
This commit is contained in:
@@ -31,7 +31,7 @@ class PackageMetricsDataSource:
|
||||
|
||||
|
||||
@staticmethod
|
||||
def is_package_installed (router_entry, package_name = ''):
|
||||
def is_package_installed (router_entry, package_name = None):
|
||||
if package_name:
|
||||
try:
|
||||
package_records = router_entry.api_connection.router_api().get_resource('/system/package').get()
|
||||
|
||||
Reference in New Issue
Block a user