mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
added telemetry
This commit is contained in:
@@ -99,7 +99,7 @@ class Story():
|
||||
f.close()
|
||||
|
||||
FNULL = open(os.devnull, 'w')
|
||||
p = Popen(['gsutil', 'cp', file_name, 'aidungeonstories'], stdout=FNULL, stderr=subprocess.STDOUT)
|
||||
p = Popen(['gsutil', 'cp', file_name, 'gs://aidungeonstories'], stdout=FNULL, stderr=subprocess.STDOUT)
|
||||
|
||||
|
||||
class StoryManager():
|
||||
|
||||
Reference in New Issue
Block a user