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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: deltabot-cli
3
- Version: 6.2.0
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
- fragment = qrdata.split(":", maxsplit=1)[1].replace("#", "&", 1)
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
1
+ Metadata-Version: 2.2
2
2
  Name: deltabot-cli
3
- Version: 6.2.0
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