fix debug arg

This commit is contained in:
olebeck 2022-02-27 11:25:35 +01:00
parent 7d5e65519d
commit 0d996f73df
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ func input_server() string {
func main() {
flag.BoolVar(&G_debug, "debug", false, "debug mode")
flag.Parse()
// authenticate
token := get_token()