Skip to content

Commit

Permalink
Update VisaReminder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarenceBai authored May 17, 2022
1 parent 72f620c commit 1559ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VisaReminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class VisaReminder:
def RunReminder():
def RunReminder(self):
#create a Config class object
read_config = Config()
#create a Wechat class object
Expand Down Expand Up @@ -60,4 +60,4 @@ def RunReminder():
except:
print("Error in the third part => check alert message")
finally:
driver.quit()
driver.quit()

0 comments on commit 1559ca6

Please sign in to comment.