Fixing unicode

master
poing 2016-09-07 18:02:23 +09:00
parent 267f8444ec
commit cae17c32bb
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ class AGI:
Sends <message> to the console via verbose message system.
<level> is the the verbose level (1-4)
"""
self.execute('VERBOSE', type(self._quote(message)), level)
self.execute('VERBOSE', self._quote(message), level)
def database_get(self, family, key):
"""agi.database_get(family, key) --> str