NUROISEA/anime-webui-colab

NameError: name 'utility' is not defined

kinjon012 opened this issue · 1 comments

NameError Traceback (most recent call last)
in <cell line: 43>()
43 try:
---> 44 utility
45 except NameError:

NameError: name 'utility' is not defined

During handling of the above exception, another exception occurred:

UnboundLocalError Traceback (most recent call last)
1 frames
/content/utility.py in log_usage(key)
47
48 def log_usage(key):
---> 49 if disabled_logging:
50 return
51

UnboundLocalError: local variable 'disabled_logging' referenced before assignment

Fixed, thanks for reporting!