diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1 @@ + diff --git a/bdaybot/firefox.py b/bdaybot/firefox.py index b91aa48..fc05acf 100644 --- a/bdaybot/firefox.py +++ b/bdaybot/firefox.py @@ -36,10 +36,10 @@ elem=WebDriverWait(driver,delay).until(EC.presence_of_element_located((By.CLASS_NAME,"_2s25"))) time.sleep(5); elem.click(); - print ("Successfully Logged in"); + print("Successfully Logged in"); time.sleep(2) except TimeoutException: - print ("Timeout or wrong email/password") ; + print("Timeout or wrong email/password") ; driver.close(); def post_checker(post): @@ -170,7 +170,7 @@ def post_checker(post): print("Total ", count, " posts found ") - print ("Successfully liked and wrote the comment on relevant posts, ",no_of_postliked) + print("Successfully liked and wrote the comment on relevant posts, ",no_of_postliked) except TimeoutException: - print ("Timeout") + print("Timeout")