Skip to content

Commit

Permalink
Reset PROJ_START to default empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeerraarrdd committed Feb 27, 2025
1 parent 4719470 commit 2057574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions every_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -41,29 +41,9 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Project is already initialized.\n",
"Use every_update.ipynb to update project settings.\n",
"Use every_entry.ipynb to create a project entry.\n"
]
},
{
"data": {
"text/plain": [
"0"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"eevveerryyddaayy(PROJ_TITLE, NB, NB_NAME, SEQ_NOTATION, SEQ_SPARSE, SITE_OPTIONS, source=0)"
]
Expand Down
2 changes: 1 addition & 1 deletion src/config/config_proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
and SEQ_START will be set to that date. Once set, initialization
will not occur again.
"""
PROJ_START='2025‑02‑26'
PROJ_START=''



Expand Down

0 comments on commit 2057574

Please sign in to comment.