From 16a92dcbe0c55ae9e3f856f5393596921bc98a7f Mon Sep 17 00:00:00 2001 From: baol Date: Thu, 7 Nov 2024 18:41:38 +0800 Subject: [PATCH] add feature --- ghdc_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghdc_test.py b/ghdc_test.py index ef18647..424a12d 100644 --- a/ghdc_test.py +++ b/ghdc_test.py @@ -2,4 +2,7 @@ from ghdc_python import GHDCClient client = GHDCClient() -client.register() \ No newline at end of file +# client.register() +client.token = "2a3f871770497bc4f51c61d443df1adac4db5839" + +client.submit_task("/root/tools/input.zip")