mirror of
https://github.com/wassname/psaw.git
synced 2026-09-10 12:20:23 +08:00
Keeping local tz detection as default.
This commit is contained in:
@@ -14,7 +14,7 @@ class PushshiftAPIMinimal(object):
|
||||
backoff=2,
|
||||
rate_limit=1,
|
||||
max_results_per_request=500,
|
||||
detect_local_tz=False,
|
||||
detect_local_tz=True,
|
||||
utc_offset_secs=None
|
||||
):
|
||||
assert rate_limit >=1
|
||||
|
||||
Reference in New Issue
Block a user