mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-03 10:56:40 -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_bytes = 0
|
||||
minute_iterator = month
|
||||
if month == 12:
|
||||
if month.month == 12:
|
||||
end_time = month.replace(year=month.year + 1, month=1)
|
||||
else:
|
||||
end_time = month.replace(month=month.month + 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue