diff --git a/ZoomBuddy.py b/ZoomBuddy.py index 6cb2b28..08e8956 100644 --- a/ZoomBuddy.py +++ b/ZoomBuddy.py @@ -158,7 +158,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") @@ -179,4 +179,4 @@ def connect(meetingID, passWD): sys.exit(0) if __name__ == "__main__": - main() \ No newline at end of file + main()