Skip to content

Commit 7e7f5e3

Browse files
committed
DEBUG false
1 parent 586c4f5 commit 7e7f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
load_dotenv()
2929

30-
DEBUG = True
30+
DEBUG = False
3131

3232
client = OpenAI()
3333
client.api_key = os.getenv("OPENAI_API_KEY")

0 commit comments

Comments
 (0)