In the given code below I want to get the current month (October if I run it today) instead of "current_month"
in monthpage
which is "file/monthly/current_month"
.
How can it be done?
def CurrentMonth(self):
monthpage = "file/monthly/current_month"
page = Page
old_text = page.get(get_redirect=True)