Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -219,14 +219,14 @@ def create_empty_daily_data():
|
|
219 |
"habits": {habit: [False] * 7 for habit in current_habits},
|
220 |
"focus": {
|
221 |
"priorities": [
|
222 |
-
[
|
223 |
-
[
|
224 |
-
[
|
225 |
],
|
226 |
"later": [
|
227 |
-
[
|
228 |
-
[
|
229 |
-
[
|
230 |
],
|
231 |
"priority_reward": "",
|
232 |
"later_reward": ""
|
|
|
219 |
"habits": {habit: [False] * 7 for habit in current_habits},
|
220 |
"focus": {
|
221 |
"priorities": [
|
222 |
+
[],
|
223 |
+
[],
|
224 |
+
[]
|
225 |
],
|
226 |
"later": [
|
227 |
+
[],
|
228 |
+
[],
|
229 |
+
[]
|
230 |
],
|
231 |
"priority_reward": "",
|
232 |
"later_reward": ""
|