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