openfund-taker 2.2.4__tar.gz → 2.2.6__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.3
2
2
  Name: openfund-taker
3
- Version: 2.2.4
3
+ Version: 2.2.6
4
4
  Summary: Openfund-taker
5
5
  Requires-Python: >=3.9,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openfund-taker"
3
- version = "2.2.4"
3
+ version = "2.2.6"
4
4
  description = "Openfund-taker"
5
5
  authors = []
6
6
  readme = "README.md"
@@ -29,7 +29,7 @@ priority = "primary"
29
29
 
30
30
  [tool.pytest.ini_options] # mandatory section name
31
31
  addopts = "-vs --no-header --no-summary"
32
- log_cli = 1
32
+ log_cli = true
33
33
  log_cli_level = "DEBUG"
34
34
  log_cli_format = "%(asctime)s.%(msecs)03d - %(filename)s:%(lineno)d - %(funcName)s - %(levelname)s - %(message)s"
35
35
  log_cli_datefmt = "%Y-%m-%d-%H:%M:%S"
File without changes