Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
seijihg committed Feb 7, 2024
1 parent 4e73f94 commit d03233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/celery_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

logger = get_task_logger(__name__)


# Send Usage Figures to LITE API
def get_lite_api_url():
"""The URL for the licence usage callback, from the LITE_API_URL setting.
Expand Down Expand Up @@ -277,7 +278,6 @@ def manage_inbox():
exc_info=True,
)
raise exc



@contextmanager
Expand Down

0 comments on commit d03233f

Please sign in to comment.