Created
April 3, 2021 15:13
-
-
Save jenia/9e24c4fe48a05e187bb7f1c8284dd6d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class PleaseCoorperate(BaseModel): | |
self0: str | |
next0: str | |
def __init__(self, page: int, total: int, size: int): | |
self.self0 = "" | |
self.next0 = "" | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main.py:46: in __init__ | |
self.self0 = "" | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
> ??? | |
E AttributeError: __fields_set__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment