mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Remove unicode strings
This commit is contained in:
parent
1c18e72539
commit
c279057f91
28 changed files with 834 additions and 847 deletions
|
@ -84,7 +84,7 @@ class DataTables(object):
|
|||
query = 'SELECT * FROM (SELECT %s FROM %s %s %s %s %s) %s %s' \
|
||||
% (extracted_columns['column_string'], table_name, join, c_where, group, union, where, order)
|
||||
|
||||
# logger.debug(u"Query: %s" % query)
|
||||
# logger.debug("Query: %s" % query)
|
||||
|
||||
# Execute the query
|
||||
filtered = self.ssp_db.select(query, args=args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue