Skip to content

Commit

Permalink
Fixup. Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and vsabatie committed Nov 22, 2023
1 parent b1dc2d5 commit 064953b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pod/meeting/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,11 @@ def create(self, request=None):
}
)
# let duration and voiceBridge to default value
parameters["logoutURL"] = BBB_LOGOUT_URL if (
BBB_LOGOUT_URL != ""
) else "".join(["https://", get_current_site(None).domain])
parameters["logoutURL"] = (
BBB_LOGOUT_URL
if (BBB_LOGOUT_URL != "")
else "".join(["https://", get_current_site(None).domain])
)
endCallbackUrl = "".join(
[
"https://",
Expand Down

0 comments on commit 064953b

Please sign in to comment.