mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-25 15:45:19 -04:00
Oops
This commit is contained in:
parent
6114afb53f
commit
d57293d404
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if __name__ == "__main__":
|
||||||
total_objects = 0
|
total_objects = 0
|
||||||
total_bytes = 0
|
total_bytes = 0
|
||||||
minute_iterator = month
|
minute_iterator = month
|
||||||
if month == 12:
|
if month.month == 12:
|
||||||
end_time = month.replace(year=month.year + 1, month=1)
|
end_time = month.replace(year=month.year + 1, month=1)
|
||||||
else:
|
else:
|
||||||
end_time = month.replace(month=month.month + 1)
|
end_time = month.replace(month=month.month + 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue