admin based on bootstrap, thanks Paolo
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import time
|
||||
for t in range(1000):
|
||||
print t
|
||||
time.sleep(5)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
import time
|
||||
for t in range(1000):
|
||||
print t
|
||||
time.sleep(5)
|
||||