Skip to content

Commit 41b3122

Browse files
Alfred LorberAlfred Lorber
authored andcommitted
lucky7ToThingSpeak.py: Fixed indent error
1 parent d13af1e commit 41b3122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

calculateLengthOfNight/lucky7ToThingSpeak.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ def getKey(bannerToKeyMap):
9898
key = bannerToKeyMap[banner]
9999
break
100100

101-
assert key, "Could not match any banner in lines to bannerToKeyMap\n" +\
102-
"lines:\n%s\nbannerToKeyMap:\n%s" % (lines, bannertoKeyMap)
101+
assert key, "Could not match any banner in lines to bannerToKeyMap\n" +\
102+
"lines:\n%s\nbannerToKeyMap:\n%s" % (lines, bannertoKeyMap)
103103

104-
return key
104+
return key
105105

106106
def main(cmdLineArgs):
107107
(clo, cla) = setupCmdLineArgs(cmdLineArgs)

0 commit comments

Comments
 (0)