Add Celery periodic task for deactivating expired devices and update requirements
This commit is contained in:
@@ -31,7 +31,6 @@ if not PAYMENT_BASE_URL:
|
||||
raise ValueError(
|
||||
"PAYMENT_BASE_URL is not set. Please set it in your environment variables."
|
||||
)
|
||||
print("PAYMENT_BASE_URL from env:", PAYMENT_BASE_URL)
|
||||
|
||||
|
||||
class InsufficientFundsError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user