diff options
Diffstat (limited to '4chan_search/query.py')
| -rwxr-xr-x | 4chan_search/query.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/4chan_search/query.py b/4chan_search/query.py index 414bae8..7863826 100755 --- a/4chan_search/query.py +++ b/4chan_search/query.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python import json import requests @@ -82,3 +82,4 @@ else: for url in results_url: print(url) + |
