Skip to content

Commit

Permalink
Optional token parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed Sep 30, 2019
1 parent 2056c3c commit 2b7ecb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pastepwn/actions/twitteraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class TwitterAction(BasicAction):

def __init__(
self,
consumer_key,
consumer_secret,
access_token_key,
access_token_secret,
consumer_key=None,
consumer_secret=None,
access_token_key=None,
access_token_secret=None,
template=None,
):
super().__init__()
Expand Down

0 comments on commit 2b7ecb4

Please sign in to comment.