Compare commits

...

1 Commits

Author SHA1 Message Date
izzy lyseggen 209a95879f fix(metrics): patch app version check 2022-04-22 11:46:27 +01:00
+1 -1
View File
@@ -47,7 +47,7 @@ def enable():
def set_host_app(host_app: str, host_app_version: str = None):
global HOST_APP
global HOST_APP, HOST_APP_VERSION
HOST_APP = host_app
HOST_APP_VERSION = host_app_version or HOST_APP_VERSION