You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: domaintools/base_results.py
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -75,45 +75,45 @@ def _wait_time(self):
75
75
76
76
returnwait_for
77
77
78
-
def_get_session_params(self):
79
-
parameters=deepcopy(self.kwargs)
80
-
parameters.pop("output_format", None)
81
-
parameters.pop(
82
-
"format", None
83
-
) # For some unknownn reasons, even if "format" is not included in the cli params for feeds endpoint, it is being populated thus we need to remove it. Happens only if using CLI.
) # For some unknownn reasons, even if "format" is not included in the cli params for feeds endpoint, it is being populated thus we need to remove it. Happens only if using CLI.
0 commit comments