Skip to content

Commit

Permalink
changed the format drive
Browse files Browse the repository at this point in the history
  • Loading branch information
thehassantahir authored Jun 12, 2021
1 parent fe7dd14 commit eef6dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

os.system("wget https://github.com/mozilla/geckodriver/releases/download/v0.{}.{}/geckodriver-v0.{}.{}-linux{}.tar.gz".format(first,second,first,second,OS_bit))
os.system("tar -xvzf geckodriver-v0.{}.{}-linux{}.tar.gz".format(first,second,OS_bit))
os.system(".format(first,second,OS_bit)")
os.system(" .format(first,second,OS_bit))
os.system("chmod +x geckodriver")
os.system("mv geckodriver /usr/local/bin/")
os.system ("chmod +x faitagram && chmod +x ,"setup.py)

0 comments on commit eef6dcc

Please sign in to comment.