Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\pyrogram\dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "C:\Users\Administrator\Desktop\DarkCubeOLD\main.py", line 155, in new_pay
info_pay = await get_info_from_sms(message.text)
File "C:\Users\Administrator\Desktop\DarkCubeOLD\functions.py", line 25, in get_info_from_sms
value = list(amounts)[0]
TypeError: 'NoneType' object is not iterable
Что делать?