Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 27, 2024
1 parent 465654c commit 85f1dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@
" elif weekly :\n",
" weeklyQuestionData = parseQuestionsForWeeklies(questionData)\n",
" \n",
" df = byRecentQuestionDataDataframe(weekly)\n",
" df = byRecentQuestionDataDataframe(weeklyQuestionData)\n",
" fileName = 'Weekly_Questions.md'\n",
" # header_data = f'# [Daily Questions](<{DAILY_URL}>)\\n\\n'\n",
" header_data = f'# Weekly Premium Questions\\n\\n'\n",
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ def miscMarkdownGenerations(questionData: dict,
elif weekly :
weeklyQuestionData = parseQuestionsForWeeklies(questionData)

df = byRecentQuestionDataDataframe(weekly)
df = byRecentQuestionDataDataframe(weeklyQuestionData)
fileName = 'Weekly_Questions.md'
# header_data = f'# [Daily Questions](<{DAILY_URL}>)\n\n'
header_data = f'# Weekly Premium Questions\n\n'
Expand Down

0 comments on commit 85f1dee

Please sign in to comment.