This commit is contained in:
Believethehype
2024-03-18 20:17:17 +01:00
parent 41785313a4
commit 3788bf8ec1
4 changed files with 29 additions and 4 deletions

View File

@@ -230,6 +230,8 @@ class Subscription:
try:
while True:
time.sleep(60.0)
print("Checking Subscription")
except KeyboardInterrupt:
print('Stay weird!')