aboutsummaryrefslogtreecommitdiff
path: root/Database.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-31 12:08:55 +0100
committerGravatar GitHub2018-08-31 12:08:55 +0100
commit9cd4e867502e9173ca4112aac07bb8a34960da37 (patch)
tree6832c146a15879df292d265083bfe5795cbdfa69 /Database.py
parentFix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs (diff)
parentRevert "Reformat" (diff)
Merge pull request #7 from dngfx/master
I've been busy!
Diffstat (limited to 'Database.py')
-rw-r--r--Database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database.py b/Database.py
index 1c85f8ef..c315d801 100644
--- a/Database.py
+++ b/Database.py
@@ -354,4 +354,4 @@ class Database(object):
DELETE CASCADE, PRIMARY KEY (user_id, channel_id,
setting))""")
self.execute("""CREATE INDEX user_channel_settings_index
- ON user_channel_settings (user_id, channel_id, setting)""")
+ ON user_channel_settings (user_id, channel_id, setting)""") \ No newline at end of file