xync-bot 0.3.24.dev7__py3-none-any.whl → 0.3.24.dev8__py3-none-any.whl

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.

Potentially problematic release.


This version of xync-bot might be problematic. Click here for more details.

@@ -163,8 +163,8 @@ async def process_time_selection(query: CallbackQuery, callback_data: cd.Time, s
163
163
  cred_id=store.pay.cred_id,
164
164
  user=store.perm.user,
165
165
  )
166
- pay_req, *_ = await gather(
167
- models.PayReq.create(**pr_data), ans(query, None), state.set_state(dep.PaymentState.timer)
166
+ (pay_req, _), *__ = await gather(
167
+ models.PayReq.update_or_create(**pr_data), ans(query, None), state.set_state(dep.PaymentState.timer)
168
168
  )
169
169
 
170
170
  await state.update_data(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xync-bot
3
- Version: 0.3.24.dev7
3
+ Version: 0.3.24.dev8
4
4
  Summary: Telegram bot with web app for xync net
5
5
  Author-email: Artemiev <mixartemev@gmail.com>
6
6
  License-Expression: GPL-3.0-or-later
@@ -12,9 +12,9 @@ xync_bot/routers/cond/__init__.py,sha256=It4djVO8AxXL1I76buRz8yYF12dsjXaa4WNtPdb
12
12
  xync_bot/routers/cond/func.py,sha256=m0NWDKunbqDJQmhv_5UnpjxjRzn78GFG94ThOFLVlQo,4720
13
13
  xync_bot/routers/pay/cd.py,sha256=WGeGqFUvEeXWcL42EJ3jjyFAK1rg2X7yp5Z-W5GiWXE,900
14
14
  xync_bot/routers/pay/dep.py,sha256=QYB5vgDjdEDO-kZGdYsFq7nv3lRXjpquumJRArbg1jY,4038
15
- xync_bot/routers/pay/handler.py,sha256=g_lPBK2reNB-miDo3rYkSVaOehuHm9L1hPLTgcFy8VA,11314
15
+ xync_bot/routers/pay/handler.py,sha256=eaeLyPXu8CoBWgS4lUUV_e6XOsW8pGYO_J5qlW1gFzE,11330
16
16
  xync_bot/routers/pay/window.py,sha256=pr4oZpZii7SFQ5UsmzciPuZa_MM57OWseZTU1XRl7LY,9290
17
- xync_bot-0.3.24.dev7.dist-info/METADATA,sha256=v2T5phN-9DwmyQxxlPVBp8JqPfl0f5q6M984F8dw2Ks,751
18
- xync_bot-0.3.24.dev7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- xync_bot-0.3.24.dev7.dist-info/top_level.txt,sha256=O2IjMc1ryAf0rwIXWohSNT5Kzcs9johgKRDz8lCC0rs,9
20
- xync_bot-0.3.24.dev7.dist-info/RECORD,,
17
+ xync_bot-0.3.24.dev8.dist-info/METADATA,sha256=kiBgxg5xkowF9DmRAfI_Z7i3mgm7hllOvvA7KJEbmaM,751
18
+ xync_bot-0.3.24.dev8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ xync_bot-0.3.24.dev8.dist-info/top_level.txt,sha256=O2IjMc1ryAf0rwIXWohSNT5Kzcs9johgKRDz8lCC0rs,9
20
+ xync_bot-0.3.24.dev8.dist-info/RECORD,,