telegrinder 0.3.3__py3-none-any.whl → 0.3.3.post1__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 telegrinder might be problematic. Click here for more details.
- telegrinder/bot/dispatch/waiter_machine/machine.py +1 -1
- {telegrinder-0.3.3.dist-info → telegrinder-0.3.3.post1.dist-info}/METADATA +1 -1
- {telegrinder-0.3.3.dist-info → telegrinder-0.3.3.post1.dist-info}/RECORD +5 -5
- {telegrinder-0.3.3.dist-info → telegrinder-0.3.3.post1.dist-info}/LICENSE +0 -0
- {telegrinder-0.3.3.dist-info → telegrinder-0.3.3.post1.dist-info}/WHEEL +0 -0
|
@@ -48,7 +48,7 @@ class WaiterMachine:
|
|
|
48
48
|
async def drop_all(self) -> None:
|
|
49
49
|
"""Drops all waiters in storage."""
|
|
50
50
|
|
|
51
|
-
for hasher in self.storage:
|
|
51
|
+
for hasher in self.storage.copy():
|
|
52
52
|
for ident, short_state in self.storage[hasher].items():
|
|
53
53
|
if short_state.context:
|
|
54
54
|
await self.drop(hasher, ident)
|
|
@@ -55,7 +55,7 @@ telegrinder/bot/dispatch/waiter_machine/hasher/callback.py,sha256=smEVKnO5cUyjxg
|
|
|
55
55
|
telegrinder/bot/dispatch/waiter_machine/hasher/hasher.py,sha256=4ExmC-pu7c0sPsOf1u3-ujNVUuIWvy_jv_qtd7wBWFI,1792
|
|
56
56
|
telegrinder/bot/dispatch/waiter_machine/hasher/message.py,sha256=-IWKRbbEU3JQX2ZwPLK2k-fLCUBEPafObAS5ocIfn58,1304
|
|
57
57
|
telegrinder/bot/dispatch/waiter_machine/hasher/state.py,sha256=TketWXkxf4sdpScDLLf_agv3UcRqYLvuNJbEGO8sRWY,638
|
|
58
|
-
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=
|
|
58
|
+
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=EXr6b1Hi2tj8zsAQADRqJAZLgWXqjwUwn1z0DbU12jY,5800
|
|
59
59
|
telegrinder/bot/dispatch/waiter_machine/middleware.py,sha256=Kq-GASTSwfzXZYSZKz0vcQGX484Hw1C4ZNDyVqPNm8I,3065
|
|
60
60
|
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=dh15Z_A9MLcxTzLLjG4O9GM1GarV0BktKmeyZeTPq6k,2140
|
|
61
61
|
telegrinder/bot/polling/__init__.py,sha256=qlTP6a79XHXkjuGomxzsTeuWKBl7KJERfMlVkKNAP0Q,98
|
|
@@ -158,7 +158,7 @@ telegrinder/types/enums.py,sha256=iMMBbVOgY7PuDVkYwlKXuRnz9WNRCLHOzTrGK3d89CQ,19
|
|
|
158
158
|
telegrinder/types/methods.py,sha256=zA7gcWofIXFKkLNLmMhO3OSL06F4DP-HUJVZ-iaIgGA,205944
|
|
159
159
|
telegrinder/types/objects.py,sha256=yNDOkejLy1MgXAanrm3FJoKnAj91aKYXIBtrRP0Zuhw,312237
|
|
160
160
|
telegrinder/verification_utils.py,sha256=w9yLyY2QSTcJjlDfP2LGv3S5FSgwOIaW-VIuXvpcCiE,1019
|
|
161
|
-
telegrinder-0.3.3.dist-info/LICENSE,sha256=vBdntfovExgMLJP9OgGiqhH1bA6vKodGeeU3RwjeCWI,1117
|
|
162
|
-
telegrinder-0.3.3.dist-info/METADATA,sha256=
|
|
163
|
-
telegrinder-0.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
-
telegrinder-0.3.3.dist-info/RECORD,,
|
|
161
|
+
telegrinder-0.3.3.post1.dist-info/LICENSE,sha256=vBdntfovExgMLJP9OgGiqhH1bA6vKodGeeU3RwjeCWI,1117
|
|
162
|
+
telegrinder-0.3.3.post1.dist-info/METADATA,sha256=rTsxa8vIqN_4gJRNliDsAEWTadE7fq4yjTW4nSjhMM0,3149
|
|
163
|
+
telegrinder-0.3.3.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
+
telegrinder-0.3.3.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|