Bugfix: d7_firefox_fix.py
This commit is contained in:
parent
ceba2e5ff2
commit
2369786b66
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
stay_awake()
|
stay_awake()
|
||||||
clear_screen()
|
clear_screen()
|
||||||
print_info('{}: Firefox Fix for d7')
|
print_info('{}: Firefox Fix for d7\n'.format(KIT_NAME_FULL))
|
||||||
other_results = {
|
other_results = {
|
||||||
'Warning': {
|
'Warning': {
|
||||||
'NotInstalledError': 'Not installed',
|
'NotInstalledError': 'Not installed',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue