Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
opus1269 committed Jun 10, 2019
1 parent 33bce0e commit 11a0d59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions store/chromecast/convert_chromecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

i = 0
for url in urls:
outputFile.write(" {\n")
val = urls[i][1].replace("s240-w240-h135", "s1920-w1920-h1080")
outputFile.write(" \"url\": \"" + val + "\",\n")
outputFile.write(" },\n")
i += 1
outputFile.write(" {\n")
val = urls[i][1].replace("s240-w240-h135", "s1920-w1920-h1080")
outputFile.write(" \"url\": \"" + val + "\",\n")
outputFile.write(" },\n")
i += 1

outputFile.close();

Expand Down

0 comments on commit 11a0d59

Please sign in to comment.