Skip to content
Snippets Groups Projects
Verified Commit c5c76fcf authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix meeting access

parent a1f17eef
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ class Attendee:
# Update and, if requested, create the meeting before joining to get current information
if do_create:
meeting.create()
meeting.get_meeting_info()
self.meeting.create()
self.meeting.get_meeting_info()
url_args: Dict[str, str] = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment