Skip to content
Snippets Groups Projects
Commit 403f8d99 authored by Felipe Ramos's avatar Felipe Ramos
Browse files

update paths

parent 3ed6170b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ db = couchserver['live_demo2']
data = {}
for filename in os.listdir('./comp90024/Data collection//UPLOAD'):
for filename in os.listdir('./comp90024/Data collection/UPLOAD/'):
if filename.startswith('twt_search'):
with open('./comp90024/Data collection/UPLOAD/'+filename, 'r', encoding = 'utf-8') as file:
for line in file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment