Skip to content

Commit 30c1a00

Browse files
authored
extended filepath
1 parent b74a49c commit 30c1a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twitter_Scraper_without_API/display_hashtags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def sql_connection():
77
Establishes a connection to the SQL file database
88
:return connection object:
99
"""
10-
path = os.path.abspath('TwitterDatabase.db')
10+
path = os.path.abspath('./Twitter_Scraper_without_API/TwitterDatabase.db')
1111
con = sqlite3.connect(path)
1212
return con
1313

0 commit comments

Comments
 (0)