Update README.md

This commit is contained in:
2021-08-16 16:56:31 -05:00
committed by GitHub
parent 3664f1ad83
commit b042e61504

View File

@@ -10,7 +10,7 @@ class RyanWalters(Human):
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', ''])) self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
self.pronouns = ['he' and 'him'], self.pronouns = ['he' and 'him'],
self.description = ''' self.description = '''
A Highschool Senior learning Software Engineering as he struggles to grasp the infinite A college freshman learning Software Engineering as he struggles to grasp the infinite
number of languages, libraries, packages, environments, frameworks and projects number of languages, libraries, packages, environments, frameworks and projects
available to him. available to him.
''' '''
@@ -35,7 +35,6 @@ class RyanWalters(Human):
other.DevOps, other.Photography other.DevOps, other.Photography
] ]
} }
self.education = ['Highschool Senior']
self.endpoints = { self.endpoints = {
'Discord': {'username': 'Xevion', 'discriminator': 8506}, 'Discord': {'username': 'Xevion', 'discriminator': 8506},
'Email': {'username': 'xevioni', 'domain': 'yandex.com'} 'Email': {'username': 'xevioni', 'domain': 'yandex.com'}