Small fix after changeset f67b702c

This commit is contained in:
Aurélien Bompard 2014-10-20 10:02:47 +00:00
parent 4f7ff8efd2
commit 5368556ea3

View file

@ -59,7 +59,7 @@ def main():
# KittyStore # KittyStore
dbspec = re.match(""" dbspec = re.match("""
postgres:// postgresql://
(?P<user>[a-z]+) (?P<user>[a-z]+)
: :
(?P<password>[^@]+) (?P<password>[^@]+)