[oauth] remove stray 'exit()' (#3628)

- bug from 70ce45d9
- broke oauth:tumblr, oauth:flickr, and oauth:smugmug
This commit is contained in:
Mike Fährmann
2023-02-13 15:58:34 +01:00
parent d37e7f4898
commit 75570ad3f1

View File

@@ -82,7 +82,6 @@ class OAuthBase(Extractor):
self.log.info("Please open this URL in your browser:")
stdout_write("\n{}\n\n".format(url))
exit()
return (recv or self.recv)()
def error(self, msg):