jakecreps / poastal

Poastal - the Email OSINT tool
https://poastal.com
MIT License
527 stars 56 forks source link

Error Duolingo #11

Closed babsacademy closed 1 year ago

babsacademy commented 1 year ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/poastal/backend/poastal.py", line 13, in from duolingo import duolingo_name_check, duolingo_email, duolingo_image ImportError: cannot import name 'duolingo_image' from 'duolingo' (/data/data/com.termux/files/home/poastal/backend/modules/duolingo.py)

rufflabs commented 1 year ago

Same here. Looks like the duolingo.py doesn't have the duolingo_image function defined.

I went back to the April 7 commit and it works.

turnkit commented 1 year ago

same error. I edited poastal.py and removed ", duolingo_image"

jakecreps commented 1 year ago

Thanks for reporting this everyone. I goofed and forgot to merge the code change in duolingo.py to include the new function. It's fixed now.