Forráskód Böngészése

Merge branch 'lukaszo/master'

Ask Solem 14 éve
szülő
commit
a143bd84d7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/tutorials/otherqueues.rst

+ 1 - 1
docs/tutorials/otherqueues.rst

@@ -54,7 +54,7 @@ an SQLAlchemy database URI.
 
 #. Configure the database URI::
 
-    BROKER_HOST = "sqlite://celerydb.sqlite"
+    BROKER_HOST = "sqlite:///celerydb.sqlite"
 
 Please see `SQLAlchemy: Supported Databases`_ for a table of supported databases.
 Some other `SQLAlchemy Connection String`_, examples: