adding on-screen delay for new message

This commit is contained in:
Samantha Marshall 2017-03-11 14:54:48 -05:00
commit 26344e2083
No known key found for this signature in database
GPG key ID: DF782CB74434EFA2

View file

@ -43,6 +43,7 @@ proc requestNewToken(cfg: Config): string =
display("Info:", "Writing access token to file:" & token_write_path,
priority = HighPriority)
writeFile(token_write_path, token)
sleep(3000)
return token
proc getGithubAuth(cfg: Config): Auth =