mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 12:46:30 +01:00
Update subscription.py
This commit is contained in:
@@ -314,7 +314,7 @@ class Subscription:
|
|||||||
delete_from_subscription_sql_table(dvm_config.DB, subscription.id)
|
delete_from_subscription_sql_table(dvm_config.DB, subscription.id)
|
||||||
print("Delete expired subscription")
|
print("Delete expired subscription")
|
||||||
|
|
||||||
print(str(Timestamp.now().as_secs()) + ": Checking " + str(len(subscriptions)) + "Subscription entries..")
|
print(str(Timestamp.now().as_secs()) + ": Checking " + str(len(subscriptions)) + " Subscription entries..")
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print('Stay weird!')
|
print('Stay weird!')
|
||||||
|
|||||||
Reference in New Issue
Block a user