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
db.uuid method is called (as it's normal for a class method) with self as first argument but it correspond to a function that accepts no parameter, so it always raises an exception
at least line 298 in base.py should be substituted with:
uuid=lambdaself: uuidstr()
The text was updated successfully, but these errors were encountered:
https://github.com/web2py/pydal/blame/v20220609.1/pydal/base.py#L298
db.uuid method is called (as it's normal for a class method) with self as first argument but it correspond to a function that accepts no parameter, so it always raises an exception
at least line 298 in base.py should be substituted with:
The text was updated successfully, but these errors were encountered: