aboutsummaryrefslogtreecommitdiffstats
path: root/parser.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-11 18:54:10 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-11 18:54:10 +0100
commit469de094098c5cf149b9aeab9c2a7d23aa22c11d (patch)
treebe9bd0e6c1a4bbfcc9fe878420dd7569deec0f77 /parser.py
parentb0f2c84d0ab4112040a4db49541eab504d1ec2c0 (diff)
downloadUKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.tar.gz
UKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.zip
Finished filtering of new visualisation, started work on map char
Diffstat (limited to 'parser.py')
-rw-r--r--parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.py b/parser.py
index df8d9aa..2918d73 100644
--- a/parser.py
+++ b/parser.py
@@ -78,4 +78,4 @@ if __name__ == "__main__":
host = "db"
with database.PayGapDatabase(host = host) as db:
- print(db.get_sic_sections()) \ No newline at end of file
+ parse_csv(db, sys.argv[1]) \ No newline at end of file