You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Traceback (most recent call last):
File "[...]/src/sih_data/db/database.py", line 4, in <module>
from sih_data.db.models.token import *
File "[...]/src/sih_data/db/models/token.py", line 6, in <module>
class Token(Model):
File "[...]/src/sih_data/db/models/token.py", line 8, in Token
def valid(self, query):
File "[...]/.pyenv/versions/3.10.8/lib/python3.10/site-packages/orator/orm/utils.py", line 129, in __init__
update_wrapper(self, method)
File "[...]/.pyenv/versions/3.10.8/lib/python3.10/functools.py", line 61, in update_wrapper
wrapper.__wrapped__ = wrapped
AttributeError: readonly attribute
Python version: 3.10.8
Orator version: 0.9.9
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to run this code:
I got this error message:
3.10.8
0.9.9
The text was updated successfully, but these errors were encountered: