fixed requirements 2
This commit is contained in:
parent
54f3509abc
commit
5c83ea0b49
@ -3,7 +3,7 @@ LoveBOXAPIapi = '101010'
|
||||
|
||||
from display import sendUpdate
|
||||
import requests
|
||||
import sleep
|
||||
import time
|
||||
|
||||
def listfromAPI(message):
|
||||
queueList = []
|
||||
@ -39,5 +39,7 @@ def main():
|
||||
if __name__ == "__main__":
|
||||
while True:
|
||||
main()
|
||||
sleep(10)
|
||||
for i in range(1,10):
|
||||
print(i)
|
||||
sleep(1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user