aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2021-09-04 20:25:00 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2021-09-04 20:25:00 +0200
commit9cf98611339037e9a46700fc8b0e91978458e8aa (patch)
treefecb17a250d40bf0430b89a46d890def85f48066 /main.go
parent1dcf73366ee138312ab75fb07bc5b273130f3bb1 (diff)
Fix sky (#44)
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index ce48801..a1bf2b8 100644
--- a/main.go
+++ b/main.go
@@ -47,7 +47,6 @@ func main() {
sig := make(chan os.Signal, 1)
signal.Notify(sig, os.Interrupt, syscall.SIGTERM, syscall.SIGHUP)
<-sig
- l.close()
mu.Lock()
defer mu.Unlock()