Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def _goToZKill(self, event):
url = url + "abyssal/"

# This is a catch all if the url wasnt set or if a column other than a special one was clicked.
# This is in a seperate flow to the above in case any of the above need to fall through
# This is in a separate flow to the above in case any of the above need to fall through
if url == "https://zkillboard.com/":
character_id = self.options.Get("outlist")[rowidx][0]
url = url + "character/" + str(character_id) + "/"
Expand Down