We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4458112 commit f739057Copy full SHA for f739057
thenewsapi/TNAClient.py
@@ -27,7 +27,7 @@ def get_top_stories(self,
27
page=None
28
):
29
# Payload
30
- payload = {}
+ payload = { }
31
32
# Search and search fields
33
if search is not None:
0 commit comments