aboutsummaryrefslogtreecommitdiffstats
path: root/teamspeak-multi.py
diff options
context:
space:
mode:
Diffstat (limited to 'teamspeak-multi.py')
-rwxr-xr-xteamspeak-multi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/teamspeak-multi.py b/teamspeak-multi.py
index 02d7cc9..fc2de6b 100755
--- a/teamspeak-multi.py
+++ b/teamspeak-multi.py
@@ -159,8 +159,8 @@ class TeamspeakMulti:
print('yes')
else:
print('env variables are missing')
-
- self.run()
+ else:
+ self.run()
if __name__ == "__main__":