We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd039b commit 808f9caCopy full SHA for 808f9ca
1 file changed
example/get_rooms.py
@@ -9,9 +9,7 @@
9
10
logger = setup_logs(log_level=logging.DEBUG)
11
12
-zoom_client = ZoomApiClient.init_from_dotenv(
13
- use_path="."
14
-)
+zoom_client = ZoomApiClient.init_from_dotenv(use_path=".")
15
16
parameters = RoomsListDict(
17
type=RoomType.ZOOM_ROOM,
0 commit comments