mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 07:38:21 +00:00
Remove "magic names" where possible, using new data from fndata.txt
This commit is contained in:
parent
b80b157489
commit
70f39d7f5e
6 changed files with 50 additions and 58 deletions
2
main.py
2
main.py
|
@ -662,7 +662,7 @@ def main(argv):
|
|||
return 1
|
||||
del p, script
|
||||
|
||||
opt = optimizer()
|
||||
opt = optimizer(lib)
|
||||
ts = opt.optimize(ts, options)
|
||||
del opt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue