crawler: typo in comment

master
pictuga 2018-09-30 21:59:50 +02:00
parent 3c09dbdf31
commit 945e0dceab
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ import pymysql.cursors
class MySQLCacheHandler(BaseCache):
" NB. Requires mono-threading, as pymysql doesn't isn't thread-safe "
" NB. Requires mono-threading, as pymysql isn't thread-safe "
def __init__(self, user, password, database, host='localhost'):
self.con = pymysql.connect(host=host, user=user, password=password, database=database, charset='utf8', autocommit=True)