[oauth] remove stray 'exit()' (#3628)
- bug from 70ce45d9
- broke oauth:tumblr, oauth:flickr, and oauth:smugmug
This commit is contained in:
@@ -82,7 +82,6 @@ class OAuthBase(Extractor):
|
|||||||
self.log.info("Please open this URL in your browser:")
|
self.log.info("Please open this URL in your browser:")
|
||||||
|
|
||||||
stdout_write("\n{}\n\n".format(url))
|
stdout_write("\n{}\n\n".format(url))
|
||||||
exit()
|
|
||||||
return (recv or self.recv)()
|
return (recv or self.recv)()
|
||||||
|
|
||||||
def error(self, msg):
|
def error(self, msg):
|
||||||
|
|||||||
Reference in New Issue
Block a user