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