From 628d08337f0803e20677f39d698cb9e82016eb43 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:28:46 +0100 Subject: [PATCH] Update dvm.py --- nostr_dvm/dvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/dvm.py b/nostr_dvm/dvm.py index a273b71..541b029 100644 --- a/nostr_dvm/dvm.py +++ b/nostr_dvm/dvm.py @@ -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,