karlicoss / HPI

Human Programming Interface 🧑👽🤖
https://beepb00p.xyz/hpi.html
MIT License
1.47k stars 60 forks source link

twitter/archive: update deprecated imports #209

Closed purarue closed 2 years ago

purarue commented 2 years ago

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

karlicoss commented 2 years ago

Hmm, my.core.__init__ should be fine? I guess you meant the ..common one?

purarue commented 2 years ago

Ah, yeah -- the common.py here caused a warning

purarue commented 2 years ago

mistakenly made the default level debug by default which means it still printed logs, updated it to warning

210 related, since people may want to enable those logs