mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
rename func; it isn't test any more
This commit is contained in:
parent
3a1960425f
commit
e5d89e8ce8
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ def main():
|
||||||
if not args.files:
|
if not args.files:
|
||||||
return
|
return
|
||||||
|
|
||||||
def run_test():
|
def run():
|
||||||
config = load_config(*args.files)
|
config = load_config(*args.files)
|
||||||
if args.oldver:
|
if args.oldver:
|
||||||
g_oldver.update(util.read_verfile(args.oldver))
|
g_oldver.update(util.read_verfile(args.oldver))
|
||||||
|
@ -98,7 +98,7 @@ def main():
|
||||||
get_versions(config)
|
get_versions(config)
|
||||||
|
|
||||||
ioloop = IOLoop.instance()
|
ioloop = IOLoop.instance()
|
||||||
ioloop.add_callback(run_test)
|
ioloop.add_callback(run)
|
||||||
ioloop.start()
|
ioloop.start()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Reference in a new issue