-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated replay parser for Heroes of the Storm 2.55.8.93281
- Loading branch information
1 parent
856bd76
commit fdc4a3c
Showing
3 changed files
with
487 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
|
||
def game_version(): | ||
return '2.55.8.93269' | ||
return '2.55.8.93281' | ||
|
||
|
||
def read_command_output(cmd): | ||
|
Oops, something went wrong.