Skip to content

Commit dbad046

Browse files
Merge pull request geekcomputers#385 from Mosrod/master
Removing #!/usr/bin/python3 from Google Image Downloader
2 parents 88b66fb + 1acfda9 commit dbad046

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Google Image Downloader/create_dir.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
"""
42
Code to directly use in file to
53
create directory in home location

Google Image Downloader/image grapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
from os import chdir
42
import requests
53
from bs4 import BeautifulSoup

Google Image Downloader/image grapper.py~

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
from os import chdir
42
import requests
53
from bs4 import BeautifulSoup

0 commit comments

Comments
 (0)