Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoRabi committed Jun 16, 2023
1 parent d621b38 commit 9294ed8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
27 changes: 0 additions & 27 deletions config/MajSoulInfo/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from plugin.AlarmClock import *
from plugin.AutoReply import *
from plugin.BilibiliPlugin import *
from plugin.draw_wife import *
from plugin.ImgGenerator import *
from plugin.LocalImageAutoSender import *
from plugin.MajSoulInfo import *
Expand Down
2 changes: 1 addition & 1 deletion utils/file_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ def list_allfile(path, all_files=None):


# _folders = read_file(r'./config/config.yml').get('trash_folders', [])
_folders = read_file(r'./images')
_folders = read_file(r'./config/config.yml').get('trash_folders', [])

cleaner = FileCleaner(_folders)

0 comments on commit 9294ed8

Please sign in to comment.