Browse Source
Update disco/types/voice.py
Co-Authored-By: Andrei Zbikowski <b1naryth1ef@users.noreply.github.com>
pull/153/head
Faster Speeding
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/types/voice.py
|
|
@ -37,4 +37,4 @@ class VoiceRegion(SlottedModel): |
|
|
|
return self.id |
|
|
|
|
|
|
|
def __repr__(self): |
|
|
|
return u'<Region {}>'.format(self.name) |
|
|
|
return u'<VoiceRegion {}>'.format(self.name) |
|
|
|