Skip to content

Commit 4a6cd8a

Browse files
committed
rename config
1 parent f7b9720 commit 4a6cd8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SiyuanYuque/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import toml
22

33

4-
conf = toml.load("config.toml")
4+
conf = toml.load("sqconfig.toml")
55

66

77
def write_conf():
8-
toml.dump(conf, open("config.toml", "w"))
8+
toml.dump(conf, open("sqconfig.toml", "w"))
File renamed without changes.

0 commit comments

Comments
 (0)