diff --git a/searx/webapp.py b/searx/webapp.py index 3b121875..2264382f 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -17,7 +17,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2013- by Adam Tauber, ''' -from gevent import monkey; monkey.patch_all() +from gevent import monkey +monkey.patch_all() if __name__ == '__main__':