mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-08-30 23:02:31 -04:00
Fix missing args in docstring [skip ci] (#872)
Update docstring with new arg
This commit is contained in:
parent
2a37619028
commit
3e39e0e041
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user