johnowhitaker commited on
Commit
dc2ae70
1 Parent(s): 86f79dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import nest_asyncio
5
 
6
  # Function to make this easy for ourselves:
7
  def get_tweets(username, limit=500, save_name=None):
8
- nest_asyncio.apply() # Helps avoid RuntimeError: This event loop is already running
9
 
10
  # Setup config
11
  c = twint.Config() # Create a config object to store our settings
 
5
 
6
  # Function to make this easy for ourselves:
7
  def get_tweets(username, limit=500, save_name=None):
8
+ #nest_asyncio.apply() # Helps avoid RuntimeError: This event loop is already running
9
 
10
  # Setup config
11
  c = twint.Config() # Create a config object to store our settings