aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-29 00:27:38 -0600
committerParker <contact@pkrm.dev>2024-11-29 00:27:38 -0600
commitd34726947d567ea92d105101711b04263e78cc80 (patch)
treeb369cfbbf89cb2c86c19427443c428e3815ed254 /test.py
parent33493b7b4ec72636d73910cff93a9b3a3c863a2f (diff)
Remove unneeded checks/messages
Diffstat (limited to 'test.py')
-rw-r--r--test.py14
1 files changed, 3 insertions, 11 deletions
diff --git a/test.py b/test.py
index 8b4d325..bbfe23b 100644
--- a/test.py
+++ b/test.py
@@ -1,11 +1,3 @@
-import datetime
-
-now = datetime.datetime.now(datetime.timezone.utc).strftime(
- "%Y-%m-%d %H:%M:%S"
-)
-
-import time
-
-print(now)
-time.sleep(2)
-print(now)
+while not Exception:
+ print("Test")
+ Exception