提交 f34f2272 编写于 作者: W wizardforcel

2020-03-23 02:18:56

上级 0dc7472e
import os
from os import path
files = os.listdir('out')
for fname in files:
fname = path.join('out', fname)
os.system('bdex upload "{}"'.format(fname))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册