()
| 169 | dos.close() |
| 170 | |
| 171 | def install_update(): |
| 172 | os.system('pip uninstall fake-useragent -q') |
| 173 | os.system('pip install fake-useragent -q') |
| 174 | os.system('python3 -m pip uninstall fake-useragent -q -y') |
| 175 | os.system('python3 -m pip install fake-useragent -q -y') |
| 176 | |
| 177 | def user_gen(): |
| 178 | ua = FakeUserAgent() |