Skip to content

Commit 2605e56

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c772886 commit 2605e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def load_details(self):
412412
self.windows_timestamp = details["file_time"]
413413
self.unix_timestamp = utils.windows_to_unix(self.windows_timestamp)
414414
self.end_time = datetime.fromtimestamp(
415-
self.unix_timestamp,
415+
self.unix_timestamp,
416416
timezone.utc
417417
)
418418

@@ -1093,7 +1093,7 @@ def __init__(self, summary_file, filename=None, lang="enUS", **options):
10931093
self.expansion = ""
10941094

10951095
self.end_time = datetime.fromtimestamp(
1096-
self.parts[0][8],
1096+
self.parts[0][8],
10971097
timezone.utc
10981098
)
10991099
self.game_speed = LOBBY_PROPERTIES[0xBB8][1][self.parts[0][0][1].decode("utf8")]

0 commit comments

Comments
 (0)