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 4127fe5 commit 65dc724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ 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")
self.lists = {}
self.links = content_types()
Expand Down

0 comments on commit 65dc724

Please sign in to comment.