Skip to content

Commit

Permalink
Not sure what is really different!
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Dec 4, 2023
1 parent d09c497 commit f356bd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinnman/spalloc/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def renew(self) -> JsonObject:
except JSONDecodeError:
error = r.raw
raise SpallocException(f"Unable to login: {error}") from e
# We don't need to follow that redirect

# Step three: get the basic service data and new CSRF token
obj: JsonObject = self.get(self.__srv_base).json()
Expand Down

0 comments on commit f356bd2

Please sign in to comment.