broadfield-dev commited on
Commit
b719fc1
·
verified ·
1 Parent(s): d8d967c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.system("playwright install")
 
3
  import re
4
  import urllib.parse
5
  import asyncio
 
1
  import os
2
  os.system("playwright install")
3
+ os.system("python -m camoufox fetch")
4
  import re
5
  import urllib.parse
6
  import asyncio