Skip to content

Commit

Permalink
webApp.py is fixed
Browse files Browse the repository at this point in the history
mperov authored Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 93a5caf commit ec792cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webApp.py
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ def sendUsers():

groups = getGroups(excluded = eg, included = ig, excludedUsers = eu);
users = getUsers(excluded = eu, included = iu);
playbook = getUsersPlayBook(users, groups, arguments, included = iu)
playbook = getUsersPlayBook(users, groups, arguments)
writePlayBook(playbook, "users_playbook.yml")
return send_from_directory(app.root_path, "users_playbook.yml")

0 comments on commit ec792cf

Please sign in to comment.