mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
Now working on linux, too
This commit is contained in:
parent
624737d2e2
commit
5a0faf9950
@ -6,7 +6,7 @@ import sys
|
||||
from configobj import ConfigObj
|
||||
|
||||
|
||||
CONFIG_FILE= os.path.join(os.path.dirname(os.path.realpath(__file__))+"\\..\\", "config.ini")
|
||||
CONFIG_FILE= os.path.join(os.path.dirname(os.path.realpath(__file__))+os.sep+".."+os.sep, "config.ini")
|
||||
CFG = ConfigObj(CONFIG_FILE)
|
||||
|
||||
def CheckSection(sec):
|
||||
|
Loading…
Reference in New Issue
Block a user