MatsAndT / Astro-pi-kvadda-19-20

MIT License
2 stars 1 forks source link

TypeError: Level not an integer or a valid string #38

Closed MatsAndT closed 4 years ago

MatsAndT commented 4 years ago

Terminal

Traceback (most recent call last):
  File "main.py", line 46, in <module>
    outputhandler.setLevel(logging.info)
  File "/usr/lib/python3.7/logging/__init__.py", line 867, in setLevel
    self.level = _checkLevel(level)
  File "/usr/lib/python3.7/logging/__init__.py", line 195, in _checkLevel
    raise TypeError("Level not an integer or a valid string: %r" % level)
TypeError: Level not an integer or a valid string: <function info at 0x7683b0c0>