This commit is contained in:
Usman Nasir
2022-07-15 12:31:25 +05:00
parent 096e9323a1
commit 76b463acb2
2 changed files with 2 additions and 0 deletions

View File

@@ -1033,5 +1033,6 @@ def main():
if args.function == "enableRemoteMYSQL":
mysqlUtilities.enableRemoteMYSQL()
if __name__ == "__main__":
main()