|
|
|
|
@ -156,7 +156,7 @@ def main():
@@ -156,7 +156,7 @@ def main():
|
|
|
|
|
if os.path.exists(os.path.join(path, f)): |
|
|
|
|
os.remove(os.path.join(path, f)) |
|
|
|
|
os.rename(os.path.join(path, f'{pid}.obj'), os.path.join(path, f)) |
|
|
|
|
config.oss_bucket.put_object_from_file(f'objs/print/{pid}/{f}', os.path.join(path, f)) |
|
|
|
|
#config.oss_bucket.put_object_from_file(f'objs/print/{pid}/{f}', os.path.join(path, f)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|