Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-12-16 04:35:10 +0300
committerMáximo Cuadros <mcuadros@gmail.com>2017-12-16 04:35:10 +0300
commitf9dbc94067912a072ccd54d63f64a61f7c56eb0b (patch)
treefa89e713d18ad2e594a6a5c27d39d1536d49807a /main.go
parentb9385a0be9e709e9cb01370f63f145b82c552f4e (diff)
fix handle error on UI.verifyConnection
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1999e3a..38c46b0 100644
--- a/main.go
+++ b/main.go
@@ -24,7 +24,7 @@ func init() {
ui.StylePath = os.Getenv(EnvStylePath)
BaseURL = os.Getenv(EnvBaseURL)
APIKey = os.Getenv(EnvAPIKey)
-
+ APIKey = ""
if BaseURL == "" {
BaseURL = DefaultBaseURL
}