Skip to content
Snippets Groups Projects

test

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -19,6 +19,11 @@ def construct_query(terms, negativeTerms, filters, negativeFilters):
return (query)
def supress_n(text):
str = text.replace('\n', ' ')
return (str)
def convert_date_str(date):
return (date.strftime(
"%m/%d/%Y, %H:%M:%S"))
Loading