diff --git a/README.md b/README.md index 3a7ff61..70550c7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ from os import getenv class RyanWalters(Human): def __init__(self, username='xevion'): - self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', ''])) + self.name = f'Ryan {0} Walters'.format(choices([getenv('MIDDLE_NAME'), 'C', ''])) self.pronouns = ['he' and 'him'], self.description = ''' A junior full-stack software developer working their way through the world.