Skip to content

Commit 355628a

Browse files
committed
removes ambiguity
1 parent 1b10dda commit 355628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def main(dataframe_path, text_field, text_id_field, api_key_path, inital_request
4848

4949

5050
if(__name__ == "__main__"):
51-
main("/data/Downloads/comments.csv","comment_text", "comment_id" , "api_key", inital_requests=True)
51+
main("/data/Downloads/comments.csv","comment_text", "comment_id" , "api_key", inital_requests_bool=True)

0 commit comments

Comments
 (0)