Commit 1ac8ec77 authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Fix typo in interactivetool.py

parent cc7071be
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ class InteractiveToolSqlite:
                                  host text,
                                  port integer,
                                  info text,
                                  protocl text,
                                  protocol text,
                                  PRIMARY KEY (key, key_type)
                                  )"""
                        % (DATABASE_TABLE_NAME)