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 29, 2020
1 parent 2699c5b commit 00f3f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def __init__(self, option={}) -> None:
self.subscribedByData = subscribedByData(
option.get("subscribedByData", {}))
self.is_me = option.get("is_me", False)
self.subscribePrice = option.get("subscribePrice", 0)
self.postsCount = option.get("postsCount", 0)
self.archivedPostsCount = option.get("archivedPostsCount", 0)
self.photosCount = option.get("photosCount", 0)
Expand Down

0 comments on commit 00f3f3d

Please sign in to comment.