deltabot-cli 6.2.0__tar.gz → 6.2.1__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.
- {deltabot_cli-6.2.0/deltabot_cli.egg-info → deltabot_cli-6.2.1}/PKG-INFO +2 -2
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli/cli.py +1 -2
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1/deltabot_cli.egg-info}/PKG-INFO +2 -2
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/.github/workflows/python-ci.yml +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/.gitignore +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/LICENSE +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/README.md +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli/__init__.py +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli/_utils.py +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli.egg-info/SOURCES.txt +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli.egg-info/dependency_links.txt +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli.egg-info/requires.txt +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/deltabot_cli.egg-info/top_level.txt +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/examples/echobot.py +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/examples/echobot_advanced.py +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/pylama.ini +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/pyproject.toml +0 -0
- {deltabot_cli-6.2.0 → deltabot_cli-6.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: deltabot-cli
|
|
3
|
-
Version: 6.2.
|
|
3
|
+
Version: 6.2.1
|
|
4
4
|
Summary: Library to speedup Delta Chat bot development
|
|
5
5
|
Author-email: adbenitez <adb@merlinux.eu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/deltachat-bot/deltabot-cli-py
|
|
@@ -331,8 +331,7 @@ def _qr_cmd_for_acc(bot: Bot, accid: int) -> None:
|
|
|
331
331
|
code = qrcode.QRCode()
|
|
332
332
|
code.add_data(qrdata)
|
|
333
333
|
code.print_ascii(invert=True)
|
|
334
|
-
|
|
335
|
-
print(f"https://i.delta.chat/#{fragment}")
|
|
334
|
+
print(qrdata)
|
|
336
335
|
else:
|
|
337
336
|
bot.logger.error("account not configured")
|
|
338
337
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: deltabot-cli
|
|
3
|
-
Version: 6.2.
|
|
3
|
+
Version: 6.2.1
|
|
4
4
|
Summary: Library to speedup Delta Chat bot development
|
|
5
5
|
Author-email: adbenitez <adb@merlinux.eu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/deltachat-bot/deltabot-cli-py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|