Put supported languages in combobox and allows people to add or remove languages to the filter #102

This commit is contained in:
2017-11-13 00:10:44 -06:00
parent a5e1686af6
commit 094325cbf0
3 changed files with 42 additions and 4 deletions

View File

@@ -281,7 +281,6 @@ class Session(object):
#so we won't call to this method once per session.
if len(application.supported_languages) == 0:
application.supported_languages = self.twitter.twitter.get_supported_languages()
print application.supported_languages
self.get_lists()
self.get_muted_users()
self.settings.write()