Skip to content

Commit

Permalink
correct links in script
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijASU committed Sep 13, 2023
1 parent fd279c8 commit 4f2d33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/script/appliFly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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.

0 comments on commit 4f2d33c

Please sign in to comment.