a1ex4 / ownfoil

Lightweight and customizable Tinfoil Shop manager, with automatic saves backup.
BSD 3-Clause "New" or "Revised" License
311 stars 32 forks source link

[V2] Problem with requirements #82

Closed rage1337 closed 2 months ago

rage1337 commented 2 months ago

Hi,

after updating the image, an error regarding the imports pops up:

Traceback (most recent call last): File "/app/app.py", line 10, in <module> from titles import * File "/app/titles.py", line 7, in <module> import requests ModuleNotFoundError: No module named 'requests'

haudankaivajasi commented 2 months ago

Getting the same error here

a1ex4 commented 2 months ago

Should be fixed with latest commit, you can try the latest v2 image

rage1337 commented 2 months ago

Merci, works again. Thank you for all your efforts!