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:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-02-21 04:13:04 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-02-21 04:13:04 +0300
commit508a34b42864b0e6f51fe305612dd4df6c32b1ed (patch)
tree738a2a59a3dcee9e8f306304ac516e35fc452f1a /main.go
parentc31fbb49f84e0810c8f237b74f015ecd9627b1d6 (diff)
added import
Diffstat (limited to 'main.go')
-rwxr-xr-xmain.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index d33a25d..3b8102f 100755
--- a/main.go
+++ b/main.go
@@ -12,6 +12,7 @@ import (
"github.com/gotk3/gotk3/gtk"
"github.com/sirupsen/logrus"
+ "github.com/Z-Bolt/OctoScreen/octoprintApis"
"github.com/Z-Bolt/OctoScreen/ui"
"github.com/Z-Bolt/OctoScreen/utils"
"gopkg.in/yaml.v1"