File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Options: <br>
4444` -v, --version -> Gives the Version of the CLI ` <br >
4545` -s, --search -> Search a question on Stackoverflow ` <br >
4646` -d, --debug -> Turn on Debugging mode ` <br >
47+ ` -c, --custom -> Setup a custom API key ` <br >
4748` -h, --help -> Shows this message and exit ` <br >
4849
4950## License🗄
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def setCustomKey(self):
117117 callback_url = input ("Paste URL after authenticating here: " )
118118 accessTokenData = stackApps .token_from_fragment (callback_url )
119119
120- # Store the access token data in a JSON file
120+ # Store the access token data in a dictionary
121121 jsonDict = {
122122 "access_token" : accessTokenData ['access_token' ],
123123 "expires" : accessTokenData ['expires' ],
You can’t perform that action at this time.
0 commit comments