Skip to content

Commit

Permalink
Merge pull request #538 from PrimozGodec/fix-errors-tweet
Browse files Browse the repository at this point in the history
[FIX] Twitter: Fix errors
  • Loading branch information
ajdapretnar authored Jun 1, 2020
2 parents da59f58 + 6ccb363 commit 4555ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/owtwitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def start_stop(self):

@gui_require('api', 'key_missing')
def run_search(self):
self.Error.clear()
self.search()

@asynchronous
Expand Down Expand Up @@ -240,7 +241,6 @@ def update_api(self, key):

@search.on_start
def on_start(self):
self.Error.clear()
self.progressBarInit()
self.search_button.setText('Stop')
self.Outputs.corpus.send(None)
Expand Down

0 comments on commit 4555ee7

Please sign in to comment.