Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a Rosary Mysteries plugin (may not be properly integrated) #1112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SuperDarke14
Copy link

No description provided.

@SuperDarke14
Copy link
Author

Also fixed a few typos.

##Function to convert the index of the weekday into the date
##(eg Monday, Tuesday)
def convertDayIndexToWord():
return weekdayList[y]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y isn't really defined?

##Fetches the day of the week
y = datetime.datetime.today().weekday()
##Calls the function
convertDayIndexToWord()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't really do anything. Your method just returns a string - which you are ignoring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants