Missing comma

This commit is contained in:
JonnyWong16 2020-05-03 14:53:38 -07:00
parent ba3f6935db
commit d604d40e91
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -12,7 +12,7 @@ analysis = Analysis(
('..\\data', 'data'),
('..\\CHANGELOG.md', '.'),
('..\\LICENSE', '.'),
('..\\version.txt', '.')
('..\\version.txt', '.'),
('..\\lib\\ipwhois\\data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],