PEP8 formatting
This commit is contained in:
parent
5c5300ba7f
commit
e3ebe167e8
@ -259,6 +259,7 @@ if __name__ == '__main__':
|
|||||||
'Energy effect': visualize_energy
|
'Energy effect': visualize_energy
|
||||||
}
|
}
|
||||||
effect_combobox = pg.ComboBox(items=effect_list)
|
effect_combobox = pg.ComboBox(items=effect_list)
|
||||||
|
|
||||||
def effect_change():
|
def effect_change():
|
||||||
global visualization_effect
|
global visualization_effect
|
||||||
visualization_effect = effect_combobox.value()
|
visualization_effect = effect_combobox.value()
|
||||||
|
Loading…
Reference in New Issue
Block a user