1 Star 0 Fork 0

snake3342/recursive_file_updater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.py 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
snake3342 提交于 2017-05-06 11:32 . 文件夹递归处理拷贝
#-*-coding:utf-8-*-
from program_top.utilities.csv_and_json_serialisation import temperarily_load_a_local_json
from recursive_files_updater import files_updater
def recursively_update_files():
action_parameters=temperarily_load_a_local_json("target_brokers.json")
files_updater(action_parameters)
pass
if __name__=='__main__':
recursively_update_files()
pass
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/snake3342/recursive_file_updater.git
git@gitee.com:snake3342/recursive_file_updater.git
snake3342
recursive_file_updater
recursive_file_updater
master

搜索帮助