mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Temporarily disable recent_uas because there is some network issue connecting to Mozilla's servers from my machine
This commit is contained in:
parent
9615e5ebbc
commit
8294f53402
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user