Compare commits

...

1 Commits
v2.0.0 ... main

Author SHA1 Message Date
1708639776959.sdtroot 374059e032 Update main.py 2024-06-14 02:17:17 +00:00
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
import sdtclouds3 import sdtclouds3
import time import time
sdtcloudClient = sdtclouds3.sdtclouds3() S3Id = "" # S3 AWS Access Key
S3Key = "" # S3 AWS Access Sercet Key
sdtcloudClient = sdtclouds3.sdtclouds3(S3Id, S3Key)
def runAction(): def runAction():
while True: while True: