Compare commits
No commits in common. "main" and "v2.0.0" have entirely different histories.
4
main.py
4
main.py
|
@ -1,9 +1,7 @@
|
||||||
import sdtclouds3
|
import sdtclouds3
|
||||||
import time
|
import time
|
||||||
|
|
||||||
S3Id = "" # S3 AWS Access Key
|
sdtcloudClient = sdtclouds3.sdtclouds3()
|
||||||
S3Key = "" # S3 AWS Access Sercet Key
|
|
||||||
sdtcloudClient = sdtclouds3.sdtclouds3(S3Id, S3Key)
|
|
||||||
|
|
||||||
def runAction():
|
def runAction():
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in New Issue