Update index.py

This commit is contained in:
midoks 2019-08-03 11:03:45 +08:00
parent 7bd49e6de1
commit b1dbaf1d6d
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ if __name__ == "__main__":
print initdUinstall()
elif func == 'run_log':
print getLog()
elif func == 'breakpoint_log':
print gfBreakpointLog()
elif func == 'conf':
print gfConf()
elif func == 'gf_conf_set':