Skip to content

Commit

Permalink
Merge pull request #24 from StoppedwummPython/p
Browse files Browse the repository at this point in the history
Add name printing out
  • Loading branch information
StoppedwummPython authored Aug 16, 2024
2 parents 8a5072f + 5f8d593 commit 8beff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def logOut(self):
s = magisSession(frontend, backend, webdav)
s.login(username, pwd)

print(s.getApps())
print(s.getApps()[1].name)
s.logOut()


Expand Down

0 comments on commit 8beff26

Please sign in to comment.