Skip to content

Commit

Permalink
Because edsc likes to send me the same data multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 26, 2015
1 parent 891651a commit 25fe8c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/edsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def __init__(self, star, response):
if code == 401:
try:
system = self.systems[sysName]
assert system[1] is None
if system[1] is not None:
continue
except KeyError:
system = (code, None)
assert system[1] is None
Expand Down

0 comments on commit 25fe8c4

Please sign in to comment.