From 3029d1e1f555baf24e602c288e27c6890904f594 Mon Sep 17 00:00:00 2001
From: kr69sugu <karl.rackwitz@idiv.de>
Date: Tue, 18 Aug 2020 19:18:03 +0200
Subject: [PATCH] minor typo. use python3

---
 skyglow.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/skyglow.py b/skyglow.py
index 1b03827..c2cfd5d 100755
--- a/skyglow.py
+++ b/skyglow.py
@@ -1,6 +1,6 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
-#TODO cathch if no ola is installed
+#TODO catch if no ola is installed
 # Traceback (most recent call last):
 #   File "./skyglow.py", line 5, in <module>
 #     from ola.ClientWrapper import ClientWrapper
-- 
GitLab