chapo
05.03.2022, 18:20
Как пофиксить эту херню?
Lua:
def
loop
(
)
:
while
True
:
for
id
in
users
:
print
(
'LOOP CALL'
)
time
.
sleep
(
UPDATE_TIME_USER
)
time
.
sleep
(
UPDATE_TIME
)
if
__name__
==
'__main__'
:
print
(
'BOT STARTED!'
)
x
=
threading
.
Thread
(
target
=
loop
)
x
.
start
(
)
executor
.
start_polling
(
dp
)
https://forum.antichat.xyz/attachments/27990781/img_c38b85bcc2.png
Lua:
def
loop
(
)
:
while
True
:
for
id
in
users
:
(
'LOOP CALL'
)
time
.
sleep
(
UPDATE_TIME_USER
)
time
.
sleep
(
UPDATE_TIME
)
if
__name__
==
'__main__'
:
(
'BOT STARTED!'
)
x
=
threading
.
Thread
(
target
=
loop
)
x
.
start
(
)
executor
.
start_polling
(
dp
)
https://forum.antichat.xyz/attachments/27990781/img_c38b85bcc2.png