diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-08-11 13:33:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-11 13:33:59 +0200 |
| commit | 31866d9f3357683949971b62d44e01b3d73befe1 (patch) | |
| tree | 8dfdbf84609ae189af725e569b7d35656ce01ab3 /searx/engines/soundcloud.py | |
| parent | 827aba45991d8379054a2c098e0a4bc44984fb44 (diff) | |
| parent | 7e16c9d3602eb7e545c3452a6778c31d59e5c56d (diff) | |
Merge pull request #629 from stepshal/E305
Add missing blank lines after class or function definition.
Diffstat (limited to 'searx/engines/soundcloud.py')
| -rw-r--r-- | searx/engines/soundcloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/soundcloud.py b/searx/engines/soundcloud.py index ac23c1e83..62b03ac03 100644 --- a/searx/engines/soundcloud.py +++ b/searx/engines/soundcloud.py @@ -57,6 +57,7 @@ def get_client_id(): logger.warning("Unable to fetch guest client_id from SoundCloud, check parser!") return "" + # api-key guest_client_id = get_client_id() |