Skip to content

Commit

Permalink
Small error
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Sep 19, 2023
1 parent bb73134 commit 1fdd0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ticker_dict[index][column] = value
continue
except KeyError:
if row['name'] == 'Nano Labs Ltd American Depositary Shares'
if row['name'] == 'Nano Labs Ltd American Depositary Shares':
# Specific case where the ticker is NAN which is recognized
# as a NaN instead meaning it will continuously be added
index = "NAN"
Expand Down

0 comments on commit 1fdd0a1

Please sign in to comment.