Fixed typo in AGENT string formatting.
This commit is contained in:
@@ -61,7 +61,7 @@ def main():
|
||||
|
||||
try:
|
||||
print('Connecting...')
|
||||
reddit = praw.Reddit(user_agent=AGENT.format(__version__))
|
||||
reddit = praw.Reddit(user_agent=AGENT.format(version=__version__))
|
||||
reddit.config.decode_html_entities = False
|
||||
with curses_session() as stdscr:
|
||||
oauth = OAuthTool(reddit, stdscr, LoadScreen(stdscr))
|
||||
|
||||
Reference in New Issue
Block a user