Update typo3_enumerator.py
Fixed missing +
This commit is contained in:
@@ -102,7 +102,7 @@ class Typo3:
|
|||||||
for line in f:
|
for line in f:
|
||||||
domain_list.append(Domain(line.strip('\n'), args.ext_state, args.top))
|
domain_list.append(Domain(line.strip('\n'), args.ext_state, args.top))
|
||||||
for domain in self.__domain_list:
|
for domain in self.__domain_list:
|
||||||
print('\n\n' + Fore.CYAN + Style.BRIGHT '[ Checking ' + domain.get_name() + ' ]' + '\n' + "-"* 73 + Fore.RESET + Style.RESET_ALL)
|
print('\n\n' + Fore.CYAN + Style.BRIGHT + '[ Checking ' + domain.get_name() + ' ]' + '\n' + "-"* 73 + Fore.RESET + Style.RESET_ALL)
|
||||||
Typo3_Installation.run(domain)
|
Typo3_Installation.run(domain)
|
||||||
if not domain.get_typo3():
|
if not domain.get_typo3():
|
||||||
print(Fore.RED + '\n[x] Typo3 is not used on this domain' + Fore.RESET)
|
print(Fore.RED + '\n[x] Typo3 is not used on this domain' + Fore.RESET)
|
||||||
@@ -153,4 +153,4 @@ if __name__ == "__main__":
|
|||||||
print((__author__).center(73))
|
print((__author__).center(73))
|
||||||
print(73*'=')
|
print(73*'=')
|
||||||
main = Typo3()
|
main = Typo3()
|
||||||
main.run()
|
main.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user