mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Put supported languages in combobox and allows people to add or remove languages to the filter #102
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user