From 8294f53402a7c9fc2eb84a3d339bb7407c218f7f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Feb 2022 07:39:25 +0530 Subject: [PATCH] Temporarily disable recent_uas because there is some network issue connecting to Mozilla's servers from my machine --- setup/resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/resources.py b/setup/resources.py index ee60669b8c..ef234c7bd9 100644 --- a/setup/resources.py +++ b/setup/resources.py @@ -165,6 +165,7 @@ class RecentUAs(Command): # {{{ UA_PATH = os.path.join(Command.RESOURCES, 'user-agent-data.json') def run(self, opts): + return from setup.browser_data import get_data data = get_data() with open(self.UA_PATH, 'wb') as f: