fixing typo

pull/181/head
Matheus Lima 2019-06-04 20:09:15 -03:00
parent 32f7363d1f
commit 06768674aa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class PremiumVoiceEndpoint(SeleneEndpoint):
def _get_premium_voice_link(self, arch):
if arch == 'arm':
response = os.environ['URL_VOICE_ARM']
elif arch == 'x86_86':
elif arch == 'x86_64':
response = os.environ['URL_VOICE_X86_64']
else:
response = ''