Skip to content

Commit

Permalink
sys.exit as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
DGrothe-PhD committed Sep 20, 2024
1 parent afa1657 commit ca76ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions getRBBWeather.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
import sys
from speakerSetup import SpeakerStatus
from videoText import RbbWeather

Expand All @@ -17,4 +17,4 @@ def printAndSay(text):
printAndSay(textHeute.content)
except KeyboardInterrupt:
print("Auf Wiedersehen!")
quit()
sys.exit()
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ variable-naming-style=camelCase
class-naming-style=PascalCase
module-naming-style=camelCase
argument-naming-style=camelCase
constant-naming-style=camelCase

disable=missing-final-newline,
missing-module-docstring,
Expand Down

0 comments on commit ca76ba8

Please sign in to comment.