Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MNThomson/ZoomBuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Mar 4, 2021
2 parents 0e2c848 + a8e9b17 commit f08da89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZoomBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def manual():
def connect(meetingID, passWD):
if sys.platform == "linux" or sys.platform == "linux2":
Path = "/opt/zoom/zoom"
print("Linux is currently under developement. Please open a Github issue is an error occurs")
print("Linux is currently under developement. Please open a Github issue if an error occurs")
sleep(1)
elif sys.platform == "darwin":
print("MacOS is currently unsupported. Please open an issue with the installation location and it will be added")
Expand All @@ -187,4 +187,4 @@ def connect(meetingID, passWD):
sys.exit(0)

if __name__ == "__main__":
main()
main()

0 comments on commit f08da89

Please sign in to comment.