Closed purarue closed 2 years ago
Hmm, my.core.__init__
should be fine? I guess you meant the ..common
one?
Ah, yeah -- the common.py
here caused a warning
mistakenly made the default level debug
by default which means it still printed logs, updated it to warning
while setting up twitter/archive, this sends the deprecation warnings that my.core.init.py isn't supported anymore -- just updating those to use .common
Edit; Oh, also set the logger to debug