parent
8d75796a7e
commit
0609d18a8b
10 changed files with 41 additions and 30 deletions
@ -1,6 +1,6 @@ |
||||
from wx import get_user_message, listen_msg |
||||
from android_uia.wx import listen_msg |
||||
from jd_client import JdClient |
||||
import multiprocessing, threading |
||||
import threading |
||||
|
||||
device_list = ['127.0.0.1:16416', |
||||
'127.0.0.1:16448'] |
@ -0,0 +1,10 @@ |
||||
# uiautodev |
||||
# uiauto.dev |
||||
|
||||
https://uiauto.devsleep.com/android/127.0.0.1:16416 |
||||
https://uiauto.devsleep.com/android/127.0.0.1:16448 |
||||
https://uiauto.devsleep.com/android/127.0.0.1:16480 |
||||
https://uiauto.devsleep.com/android/127.0.0.1:16512 |
||||
https://uiauto.devsleep.com/android/127.0.0.1:16608 |
||||
|
||||
# weditor |
@ -1,10 +0,0 @@ |
||||
import datetime |
||||
|
||||
def get_firday(): |
||||
today = datetime.datetime.strptime(datetime.datetime.strftime(datetime.date.today(), '%Y-%m-%d') + ' 20:00:00', '%Y-%m-%d %H:%M:%S') |
||||
print(today) |
||||
friday = today + datetime.timedelta( days=(4-today.weekday())%7) |
||||
return friday |
||||
|
||||
if __name__ == '__main__': |
||||
print(get_firday()) |
Loading…
Reference in new issue