We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf365ca + 4a302f4 commit 533dfb6Copy full SHA for 533dfb6
2 files changed
linkedin/commands/login.py
@@ -20,7 +20,7 @@ def do_GET(self):
20
description = parsed_query[1][1]
21
logger.error(description)
22
self.send_response(307)
23
- self.send_header('Location','https://tigillo.com/error?error=' + query_value + '&description='+description)
+ self.send_header('Location','https://linkedin-cli.tigillo.com/error?error=' + query_value + '&description='+description)
24
elif query_key == "code":
25
logger.debug("Authorization allowed")
26
logger.debug("Authorization code:" + query_value)
linkedin/resources/version.py
@@ -1 +1 @@
1
-VERSION = '0.1.1'
+VERSION = '0.1.3'
0 commit comments