Closed brendacano closed 3 years ago
If someone looks at this could you help me with the errors that are happening in the build
Traceback:
/opt/hostedtoolcache/Python/3.9.8/x64/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
server_test.py:1: in <module>
import server
server.py:5: in <module>
from auth_bearer import JWTBearer
auth_bearer.py:4: in <module>
from auth_handler import decodeJWT
auth_handler.py:6: in <module>
import jwt
E ModuleNotFoundError: No module named 'jwt'
I know some of it is the testing too because of the response but I want to try to fix this first
Just fix the errors, but otherwise, lgtm
Thanks for your feedback Rafael. I will try to fix the errors soon. I will most likely not get to it until Wednesday/Thursday just as an FYI. But I will try.
@brendacano @Foxworth22 please re-review
accidentally replaced the old branch, heres the new branch, its basically the same as what was in https://github.com/Bestagons/quack/pull/137