Skip to content

Commit

Permalink
feat(cli): fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
indes committed Jul 6, 2019
1 parent 6285812 commit 6306c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/autoload.go
Expand Up @@ -37,8 +37,8 @@ func init() {
`
fmt.Println(logo)
telegramTokenCli := flag.String("k", "", "Telegram Bot Token")
telegraphTokenCli := flag.String("tk", "", "Telegraph API Token")
telegramTokenCli := flag.String("b", "", "Telegram Bot Token")
telegraphTokenCli := flag.String("t", "", "Telegraph API Token")
socks5Cli := flag.String("s", "", "Socks5 Proxy")
intervalCli := flag.Int("i", 0, "Update Interval")
flag.Parse()
Expand Down

0 comments on commit 6306c13

Please sign in to comment.