ffmpeg and file bug fix

This commit is contained in:
2020-04-02 11:04:08 +08:00
parent 6e1b9b7669
commit b578158bbc
4 changed files with 111 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ receive_queue = receive_queues[__name__]
remove_file_list = ['__init__.py', 'addrlist.txt', 'config.json', 'logger.log', 'update.tar.xz']
remove_dir_list = ['.git', '.idea', '__pycache__', 'resources']
remove_dir_list = ['.git', '.idea', '__pycache__', 'resources', 'tmp']
def main():