Преглед изворни кода

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