mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 22:45:18 +00:00
edits for codacy (#310)
This commit is contained in:
parent
9d552e5d24
commit
acbef6591c
8 changed files with 46 additions and 46 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue