Skip to content

Commit

Permalink
oops missed format change bcuz of some python/package version confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
lbjay committed Dec 11, 2024
1 parent 4c74e3e commit c69d3a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/zoom-uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class InvalidOpencastSeriesId(Exception):


def oc_api_request(method, endpoint, **kwargs):

url = urljoin(OPENCAST_BASE_URL, endpoint)
logger.info({"url": url, "kwargs": kwargs})

Expand Down

0 comments on commit c69d3a2

Please sign in to comment.