river-sim/ghdc_test.py
2024-11-07 18:41:38 +08:00

9 lines
209 B
Python

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