mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-31 16:14:32 +02:00
Fix some bugs..
This commit is contained in:
parent
ef3ce0e133
commit
b220c6b98a
3 changed files with 3 additions and 6 deletions
|
@ -78,12 +78,8 @@ class Auth(BaseModel):
|
|||
auth=auth.where(Auth.started > timestamp-2,Auth.started < timestamp+2)
|
||||
time.sleep(0.3)
|
||||
count+=1
|
||||
log.error(count)
|
||||
else:
|
||||
auth=False
|
||||
log.error(auth)
|
||||
if auth:
|
||||
log.error(list(auth))
|
||||
if auth and len(list(auth))>0:
|
||||
auth=list(auth)
|
||||
for a in auth:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue