Преглед на файлове

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):