mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-06 01:16:58 -06:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user