mozilla seems to be back up

This commit is contained in:
Kovid Goyal 2022-02-18 08:43:26 +05:30
parent 8294f53402
commit 484d5ee5d6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -165,7 +165,6 @@ 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: