Skip to content

Commit 34cf6e5

Browse files
author
Ask Solem
committed
Accidentally removed some lines
1 parent 761a385 commit 34cf6e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/pythonproject/demoapp/celeryconfig.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
import sys
2+
import os
3+
sys.path.insert(0, os.getcwd())
4+
15
BROKER_HOST = "localhost"
26
BROKER_USER = "guest"
37
BROKER_PASSWORD = "guest"

0 commit comments

Comments
 (0)