Skip to content

Commit

Permalink
Another fix for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed Mar 31, 2021
1 parent 121f237 commit 30c7427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron_scripts/gen-whois/dbHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def createTable(self, tableName, tableSchema, dropIfExists = True):
:return: True if the table successfully was created, false otherwise
"""
if (not self.cursor):
print("ERROR: Looks like psql is not connected, try to reconnect.")_
print("ERROR: Looks like psql is not connected, try to reconnect.")
return False

try:
Expand Down

0 comments on commit 30c7427

Please sign in to comment.