bbbctl 0.4.2__tar.gz → 0.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bbbctl
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: BigBlueButton API command-line client
5
5
  Author-email: Marcel Hellkamp <marc@gsites.de>
6
6
  Requires-Python: >=3.6
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
 
7
7
  [project]
8
8
  name = "bbbctl"
9
- version = "0.4.2"
9
+ version = "0.4.3"
10
10
  description = "BigBlueButton API command-line client"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.6"
@@ -346,7 +346,7 @@ class BBBApiClient:
346
346
  self.api = api.rstrip("/")
347
347
  self.secret = secret
348
348
  self.ssl = ssl_context or ssl.create_default_context()
349
- self.debug = max(0, debug)
349
+ self.debug = max(0, debug or 0)
350
350
 
351
351
  def makeurl(self, command, **query):
352
352
  query = urllib.parse.urlencode(
File without changes
File without changes