Skip to content

Commit 537f29e

Browse files
Merge branch 'master' of github.com:InternetHealthReport/kafka-toolbox
2 parents cd1450a + 8bdff4e commit 537f29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psql/consumers/CountryHegemony.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def updateCountries(self):
6666

6767
self.cursor.execute("SELECT code FROM ihr_country")
6868
self.countries = set([x[0] for x in self.cursor.fetchall()])
69-
logging.debug("%s counties registered in the database" % len(self.countries))
69+
logging.debug("%s countries registered in the database" % len(self.countries))
7070

7171

7272
def save(self, msg):

0 commit comments

Comments
 (0)