TypeError: not enough arguments for format string - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
TypeError: not enough arguments for format string - Stack Overflow
Don't pass a tuple of values, pass them as separate arguments. From the
traceback: query = query % db.literal(args). Note what's being interpolated in ...