Skip to content

Commit bda5808

Browse files
authored
adding all_plan_names (#4)
* adding all_plan_names
1 parent 3f4e5d8 commit bda5808

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __pycache__/
77
*.so
88

99
# Distribution / packaging
10+
.idea
1011
.Python
1112
env/
1213
build/

target_userpilot/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def persist_lines(config, lines):
9595
'is_profile_completed': f"{o['record']['is_profile_completed']}",
9696
'enabled_internal_apps': f"{o['record']['enabled_internal_apps']}",
9797
'is_bot': f"{o['record']['is_bot']}",
98-
'is_receive_newsletter': f"{o['record']['is_receive_newsletter']}"
98+
'is_receive_newsletter': f"{o['record']['is_receive_newsletter']}",
99+
'all_plan_names': f"{o['record']['all_plan_names']}"
99100
},
100101
}
101102

0 commit comments

Comments
 (0)