Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Dec 12, 2020
1 parent 65dc724 commit 3b7d174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def __iter__(self):
for attr, value in self.__dict__.items():
yield attr, value


class content_types:
def __init__(self, option={}) -> None:
class archived_types(content_types):
Expand Down Expand Up @@ -187,6 +188,7 @@ def handle_refresh(argument, argument2):
class create_auth():
def __init__(self, option={}, init=False) -> None:
self.id = option.get("id")
self.username = option.get("username")
if not self.username:
self.username = f"u{self.id}"
self.name = option.get("name")
Expand Down

0 comments on commit 3b7d174

Please sign in to comment.