Skip to content

Commit c843c53

Browse files
committed
Initial Commit
1 parent 8042add commit c843c53

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

db.sqlite3

0 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.

website/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def home(request):
1616
# Check to make sure they picked a lang
1717
if lang == "Select Programming Language":
1818
messages.success(request, "Hey! You Forgot To Pick A Programming Language...")
19-
return render(request, 'home.html', {'lang_list':lang_list, 'code':code, 'lang':lang})
19+
return render(request, 'home.html', {'lang_list':lang_list, 'response':code, 'code':code, 'lang':lang})
2020
else:
2121
# OpenAI Key
2222
openai.api_key = "YOUR API KEY HERE"

0 commit comments

Comments
 (0)