Skip to content

Commit cf970c1

Browse files
authored
Update const.py
1 parent 4cfc631 commit cf970c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncprawcore/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
REVOKE_TOKEN_PATH = "/api/v1/revoke_token" # noqa: S105
88
TIMEOUT = float(
99
os.environ.get(
10-
"PRAWCORE_TIMEOUT", os.environ.get("prawcore_timeout", 16) # noqa: SIM112
10+
"PRAWCORE_TIMEOUT", os.environ.get("prawcore_timeout", 16) # noqa: SIM112,PLW1508
1111
)
1212
)
1313
WINDOW_SIZE = 600

0 commit comments

Comments
 (0)