Skip to content

Commit b0cdb15

Browse files
author
Michael Skelton
committed
Renamed output file to standard conventions
1 parent 5f4c43a commit b0cdb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UpdateJsonDataset/update_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
SOURCESHEET = 'https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pub?output=xlsx'
1515
OUTPUTSHEET = '../RansomwareOverview.xlsx'
16-
JSONFILE = '../RansomwareOverview.json'
16+
JSONFILE = '../ransomware_overview.json'
1717

1818
def write_json_file(json_data, filename):
1919
output = open(filename, 'w')

0 commit comments

Comments
 (0)