freemt commited on
Commit
abc8266
·
1 Parent(s): cbf404e
Files changed (1) hide show
  1. ubee/__main__.py +1 -1
ubee/__main__.py CHANGED
@@ -35,7 +35,7 @@ from model_pool import __version__, fetch_check_aux
35
  print("model-pool version", __version__)
36
 
37
  try:
38
- fetch_check_aux()
39
  except Exception as _:
40
  ic(_)
41
 
 
35
  print("model-pool version", __version__)
36
 
37
  try:
38
+ fetch_check_aux.fetch_check_aux()
39
  except Exception as _:
40
  ic(_)
41