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 30c1a00 commit 16c5ce2Copy full SHA for 16c5ce2
Twitter_Scraper_without_API/fetch_hashtags.py
@@ -7,7 +7,7 @@ def sql_connection():
7
Establishes a connection to the SQL file database
8
:return connection object:
9
"""
10
- con = sqlite3.connect('TwitterDatabase.db')
+ con = sqlite3.connect('./Twitter_Scraper_without_API/TwitterDatabase.db')
11
return con
12
13
0 commit comments