fix multipule CTRL + C breaking exit sequence #484
This commit is contained in:
@@ -407,6 +407,9 @@ class TwitchChannelPointsMiner:
|
||||
)
|
||||
|
||||
def end(self, signum, frame):
|
||||
if not self.running:
|
||||
return
|
||||
|
||||
logger.info("CTRL+C Detected! Please wait just a moment!")
|
||||
|
||||
for streamer in self.streamers:
|
||||
|
||||
Reference in New Issue
Block a user