Skip to content

Commit

Permalink
Doc/date format (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Aug 6, 2023
1 parent 39cf977 commit 6698ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsrs4anki_optimizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# FSRS4Anki v4.4.6 Optimizer\n",
"# FSRS4Anki v4.4.7 Optimizer\n",
"\n",
"[![open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-spaced-repetition/fsrs4anki/blob/v4.4.6/fsrs4anki_optimizer.ipynb)\n",
"[![open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-spaced-repetition/fsrs4anki/blob/v4.4.7/fsrs4anki_optimizer.ipynb)\n",
"\n",
"↑ Click the above button to open the optimizer on Google Colab.\n",
"\n",
Expand Down Expand Up @@ -60,7 +60,7 @@
"next_day_starts_at = 4\n",
"\n",
"# Replace it if you don't want the optimizer to use the review logs before a specific date.\n",
"revlog_start_date = \"2006-10-05\"\n",
"revlog_start_date = \"2006-10-05\" #YYYY-MM-DD\n",
"\n",
"# Set it to True if you don't want the optimizer to use the review logs from suspended cards.\n",
"filter_out_suspended_cards = False"
Expand Down

0 comments on commit 6698ff5

Please sign in to comment.