Skip to content

Commit

Permalink
Init DoClient
Browse files Browse the repository at this point in the history
  • Loading branch information
tsrivishnu committed Mar 30, 2019
1 parent 9e693f9 commit a6530c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion do_torrent_downloader/do_torrent_downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ func RealMain() {
fmt.Println("Running with the following config:")
fmt.Println(config)
fmt.Println("")
return

InitDoClient(config.DigitalOceanPat)

if dropletIp == "" { // No droplet ID passed.
fmt.Println("Create a new droplet")
Expand Down

0 comments on commit a6530c9

Please sign in to comment.