GuglielmoTor commited on
Commit
b5c877f
·
verified ·
1 Parent(s): 87b2809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
31
 
32
  # --- Global Constants ---
33
  # Standard number of posts for initial fetch
34
- DEFAULT_INITIAL_FETCH_COUNT = 100
35
  # Key for post URN in data processed from LinkedIn (e.g., in detailed_posts)
36
  LINKEDIN_POST_URN_KEY = 'id'
37
  # Column name for post URN in the DataFrame fetched from Bubble (bubble_posts_df)
 
31
 
32
  # --- Global Constants ---
33
  # Standard number of posts for initial fetch
34
+ DEFAULT_INITIAL_FETCH_COUNT = 10
35
  # Key for post URN in data processed from LinkedIn (e.g., in detailed_posts)
36
  LINKEDIN_POST_URN_KEY = 'id'
37
  # Column name for post URN in the DataFrame fetched from Bubble (bubble_posts_df)