From 4f2d33c9c98dfe6bfee53baf047265125fbb2272 Mon Sep 17 00:00:00 2001 From: Kshitij ASU Date: Tue, 12 Sep 2023 22:16:08 -0700 Subject: [PATCH] correct links in script --- assets/script/appliFly.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/script/appliFly.py b/assets/script/appliFly.py index 7137edf..3ec5ff4 100644 --- a/assets/script/appliFly.py +++ b/assets/script/appliFly.py @@ -35,7 +35,7 @@ print('____________NOTES____________') print("1. You will need to 1 time authenticate using DUO. Make sure you have your phone with you.") print("2. If the script crashes for any reason. Simply Restart It. It will work the next time, give it a few tries.") - print("3. In case of errror, document the error and report to the github repository @https://github.com/wimpywarlord/appliFLY") + print("3. In case of errror, document the error and report to the github repository @https://github.com/wimpywarlord/appliFLY/issues") print("4. If you have already applied for a job, the script will skip it.") print('\n') @@ -325,11 +325,11 @@ time.sleep(2) print("Dᴇᴠᴇʟᴏᴘᴇᴅ Bʏ Kꜱʜɪᴛɪᴊ Dʜʏᴀɴɪ"); - print("Thanks for using. If this helped, be sure to star the project on Github @https://github.com/wimpywarlord/appliFLY"); + print("Thanks for using. If this helped, be sure to star the project on Github @https://github.com/wimpywarlord/appliFLY/issues"); # Close the browser chromeDriver.quit() except Exception as e: - print("An error occured. Please document & report it to the developer @https://github.com/wimpywarlord/appliFLY") + print("An error occured. Please document & report it to the developer @https://github.com/wimpywarlord/appliFLY/issues") print(e) # Logs the error appropriately.