mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Missing comma
This commit is contained in:
parent
ba3f6935db
commit
d604d40e91
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ analysis = Analysis(
|
||||||
('..\\data', 'data'),
|
('..\\data', 'data'),
|
||||||
('..\\CHANGELOG.md', '.'),
|
('..\\CHANGELOG.md', '.'),
|
||||||
('..\\LICENSE', '.'),
|
('..\\LICENSE', '.'),
|
||||||
('..\\version.txt', '.')
|
('..\\version.txt', '.'),
|
||||||
('..\\lib\\ipwhois\\data', 'data')
|
('..\\lib\\ipwhois\\data', 'data')
|
||||||
],
|
],
|
||||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue