Fix missing args in docstring [skip ci] (#872)

Update docstring with new arg
main
João 2022-10-31 19:36:50 +01:00 committed by GitHub
parent 2a37619028
commit 3e39e0e041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@ class Config:
def to_params(self, keys: list = []) -> str:
"""Generates a set of safe params for using in Whoogle URLs
Args:
keys (list) -- optional list of keys of URL parameters
Returns:
str -- a set of URL parameters
"""