Skip to content

Commit 16c5ce2

Browse files
authored
extended filepath
1 parent 30c1a00 commit 16c5ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twitter_Scraper_without_API/fetch_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-
con = sqlite3.connect('TwitterDatabase.db')
10+
con = sqlite3.connect('./Twitter_Scraper_without_API/TwitterDatabase.db')
1111
return con
1212

1313

0 commit comments

Comments
 (0)