You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 60 in app.py: should be segmenter.logger.setLevel(logging.DEBUG) instead of app.logger.setLevel(logging.DEBUG) as segmenter is an instance of INASSWrapper() defined in line 55.
The text was updated successfully, but these errors were encountered:
line 60 in
app.py
: should besegmenter.logger.setLevel(logging.DEBUG)
instead ofapp.logger.setLevel(logging.DEBUG)
assegmenter
is an instance ofINASSWrapper()
defined in line 55.The text was updated successfully, but these errors were encountered: