Skip to content

Commit 7a1ff61

Browse files
authored
🐛 Fix folder name in package
1 parent 7d6ed3b commit 7a1ff61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def read_analytics_file(package_status_id, package_id, link, session):
156156
All this data will be useful to parse more complex things later.
157157
'''
158158

159-
user_content = zip.open('account/user.json')
159+
user_content = zip.open('Account/user.json')
160160
user_json = orjson.loads(user_content.read())
161161
user_data = {
162162
'id': user_json['id'],

0 commit comments

Comments
 (0)