Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 615a704

Browse files
author
nico
committed
分离配置
1 parent 0040f22 commit 615a704

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from printer import Printer
1111
from bilibili import bilibili
1212

13-
cf = ConfigLoader("color.conf", "user.conf", "bilibili.conf")
13+
cf = ConfigLoader("conf/color.conf", "conf/user.conf", "conf/bilibili.conf")
1414
printer = Printer(cf)
1515
bilibili = bilibili(cf)
1616
login = Login(bilibili,cf)

0 commit comments

Comments
 (0)