Skip to content

Commit 2d128a4

Browse files
committed
it's really easy to leave those stupid debug switches in the code,
especially if you try to be quick
1 parent ec50867 commit 2d128a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gharchive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def iter_events(
3232
if event_type:
3333
filter = lambda line: f'"type":"{event_type}"' in line
3434

35-
for hour in range(0, 3):
35+
for hour in range(0, 24):
3636
filename = self.get_event_file(day, hour)
3737
if not filename:
3838
continue

0 commit comments

Comments
 (0)