9 lines
209 B
Python
9 lines
209 B
Python
# 注册邮箱,获得令牌
|
|
from ghdc_python import GHDCClient
|
|
|
|
client = GHDCClient()
|
|
# client.register()
|
|
client.token = "2a3f871770497bc4f51c61d443df1adac4db5839"
|
|
|
|
client.submit_task("/root/tools/input.zip")
|