GuglielmoTor commited on
Commit
c7ed2ea
·
verified ·
1 Parent(s): f46bbe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ FOLLOWER_STATS_TYPE_COLUMN = "follower_count_type" # e.g., "follower_seniority",
56
  FOLLOWER_STATS_ORG_URN_COLUMN = "organization_urn" # URN of the organization
57
  FOLLOWER_STATS_ORGANIC_COLUMN = "follower_count_organic"
58
  FOLLOWER_STATS_PAID_COLUMN = "follower_count_paid"
 
59
 
60
 
61
  def check_token_status(token_state):
 
56
  FOLLOWER_STATS_ORG_URN_COLUMN = "organization_urn" # URN of the organization
57
  FOLLOWER_STATS_ORGANIC_COLUMN = "follower_count_organic"
58
  FOLLOWER_STATS_PAID_COLUMN = "follower_count_paid"
59
+ FOLLOWER_STATS_CATEGORY_COLUMN_DT = 'category_name_dt'
60
 
61
 
62
  def check_token_status(token_state):