浏览代码

Correcting config file location in orthancQR

Andrej 2 周之前
父节点
当前提交
240df58257
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      orthancQR.py

+ 1 - 1
orthancQR.py

@@ -8,7 +8,7 @@ class orthancQR:
    
    def __init__(self,server):
       self.net=orthancInterface.orthancInterface()
-      fconfig=os.path.join(os.path.expanduser('~'),'.labey',f'{server}.json')
+      fconfig=os.path.join(os.path.expanduser('~'),'.labkey',f'{server}.json')
       self.net.init(fconfig)
 
    def addModality(self,name,aet,host,port):