mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-10 04:39:16 +02:00
Update dvm.py
This commit is contained in:
parent
0efa3fe7bf
commit
628d08337f
@ -129,7 +129,7 @@ class DVM:
|
||||
self.dvm_config.PUBLIC_KEY)
|
||||
|
||||
if subscription_status["isActive"]:
|
||||
print("User subscribed until: " + str(
|
||||
print("Checked Recipe: User subscribed until: " + str(
|
||||
Timestamp.from_secs(int(subscription_status["validUntil"])).to_human_datetime()))
|
||||
user_has_active_subscription = True
|
||||
update_user_subscription(user.npub,
|
||||
|
Loading…
x
Reference in New Issue
Block a user