adding on-screen delay for new message
This commit is contained in:
parent
32ed21695b
commit
26344e2083
1 changed files with 1 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue