We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b10dda commit 355628aCopy full SHA for 355628a
main.py
@@ -48,4 +48,4 @@ def main(dataframe_path, text_field, text_id_field, api_key_path, inital_request
48
49
50
if(__name__ == "__main__"):
51
- main("/data/Downloads/comments.csv","comment_text", "comment_id" , "api_key", inital_requests=True)
+ main("/data/Downloads/comments.csv","comment_text", "comment_id" , "api_key", inital_requests_bool=True)
0 commit comments