We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e5d8 commit bda5808Copy full SHA for bda5808
.gitignore
@@ -7,6 +7,7 @@ __pycache__/
7
*.so
8
9
# Distribution / packaging
10
+.idea
11
.Python
12
env/
13
build/
target_userpilot/__init__.py
@@ -95,7 +95,8 @@ def persist_lines(config, lines):
95
'is_profile_completed': f"{o['record']['is_profile_completed']}",
96
'enabled_internal_apps': f"{o['record']['enabled_internal_apps']}",
97
'is_bot': f"{o['record']['is_bot']}",
98
- 'is_receive_newsletter': f"{o['record']['is_receive_newsletter']}"
+ 'is_receive_newsletter': f"{o['record']['is_receive_newsletter']}",
99
+ 'all_plan_names': f"{o['record']['all_plan_names']}"
100
},
101
}
102
0 commit comments