xync-bot 0.3.24.dev7__tar.gz → 0.3.24.dev8__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.
Potentially problematic release.
This version of xync-bot might be problematic. Click here for more details.
- {xync_bot-0.3.24.dev7/xync_bot.egg-info → xync_bot-0.3.24.dev8}/PKG-INFO +1 -1
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/pay/handler.py +2 -2
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8/xync_bot.egg-info}/PKG-INFO +1 -1
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/.env.dist +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/.gitignore +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/.pre-commit-config.yaml +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/makefile +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/pyproject.toml +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/setup.cfg +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/test_main.http +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/__init__.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/loader.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/__init__.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/cond/__init__.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/cond/func.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/main.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/order.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/pay/cd.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/pay/dep.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/pay/window.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/photo.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/vpn.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/routers/xicon.png +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/shared.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot/typs.py +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot.egg-info/SOURCES.txt +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot.egg-info/dependency_links.txt +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot.egg-info/requires.txt +0 -0
- {xync_bot-0.3.24.dev7 → xync_bot-0.3.24.dev8}/xync_bot.egg-info/top_level.txt +0 -0
|
@@ -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,
|
|
167
|
-
models.PayReq.
|
|
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(
|
|
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
|
|
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
|