Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Oct 16, 2024
1 parent 06d5485 commit c8ca0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhockeystats/hockeyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ def MakeHockeySGMLFromHockeyArray(inhockeyarray, beautify=True, encoding="UTF-8"
sgmlstring = ""
database_value = inhockeyarray.get('database', defaultsdbfile)
if(includedtd):
sgmlstring = sgmlstring+hockeygmldtdstring;
sgmlstring = sgmlstring+hockeysgmldtdstring;
sgmlstring += "<hockey database=\"" + EscapeSGMLString(str(database_value), quote=True) + "\">\n"

for hlkey in inhockeyarray['leaguelist']:
Expand Down

0 comments on commit c8ca0fe

Please sign in to comment.