fix madaka
This commit is contained in:
parent
5e8ea68be0
commit
d7a39630a3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ n = {'madoka': '鹿目圆', 'homura': '晓美焰', 'sayaka': '美树沙耶香',
|
||||||
|
|
||||||
|
|
||||||
def getQuote(name='random'):
|
def getQuote(name='random'):
|
||||||
conn = sqlite3.connect('../data/madoka/quote.db')
|
conn = sqlite3.connect('./data/madoka/quote.db')
|
||||||
cursor = conn.cursor()
|
cursor = conn.cursor()
|
||||||
msg = ''
|
msg = ''
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue