Add autologin config option and cli parameter

This commit is contained in:
codesoap
2018-08-27 21:27:32 +02:00
parent 9f40dce615
commit 5f876da3a7
3 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ subreddit = front
; Allow rtv to store reddit authentication credentials between sessions.
persistent = True
; Automatically log in on startup, if credentials are available.
autologin = True
; Clear any stored credentials when the program starts.
clear_auth = False