edits for codacy (#310)

This commit is contained in:
Bastian Schroll 2017-10-02 07:25:22 +02:00 committed by GitHub
parent 9d552e5d24
commit acbef6591c
8 changed files with 46 additions and 46 deletions

View file

@ -71,8 +71,8 @@ def run(typ,freq,data):
# Replace special characters in data Strings for URL
#
for key in data:
if isinstance(data[key], basestring):
data[key] = urllib.quote(data[key])
if isinstance(data[key], basestring):
data[key] = urllib.quote(data[key])
#
# Get URLs
#