fixed formating

This commit is contained in:
Kai Kriegel 2021-12-17 14:51:07 +01:00
parent 3472d75815
commit 9cb5b35941
2 changed files with 6 additions and 1 deletions

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -8,7 +8,6 @@ def init_ldap(server, user, pw):
con.simple_bind_s(user, pw)
return con
if __name__ == '__main__':
server = sys.argv[1]
user = sys.argv[2]