mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 15:53:57 +00:00
Add Celery periodic task for deactivating expired devices and update requirements
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11m3s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11m3s
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