Skip to content

Commit

Permalink
Fix #631
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Nov 13, 2023
1 parent 0cc1563 commit 2212fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/lazagne/softwares/sysadmin/mRemoteNG.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from lazagne.config.write_output import print_debug
from lazagne.config.module_info import ModuleInfo
from lazagne.config.constant import constant

from Crypto.Util.Padding import unpad
from hashlib import pbkdf2_hmac, md5
Expand All @@ -21,7 +22,6 @@
from base64 import b64decode
from os.path import join
from io import BytesIO
from os import environ
from glob import glob


Expand Down Expand Up @@ -178,7 +178,7 @@ def get_configuration_files(self):

return glob(
join(
environ["APPDATA"],
constant.profile['APPDATA'],
"mRemoteNG",
"confCons.xml*",
)
Expand Down

0 comments on commit 2212fab

Please sign in to comment.