Add automated CI for analyzers

This commit is contained in:
Jason Ertel
2022-03-29 13:10:04 -04:00
parent c23b87965f
commit 0a8d24a225
6 changed files with 63 additions and 7 deletions
@@ -1,5 +1,5 @@
def main():
print '{"result":{ "requestId": "something-generated-by-whois", "someother_field": "more data" }, "summary": "botsrv.btc-goblin.ru"}'
print('{"result":{ "requestId": "something-generated-by-whois", "someother_field": "more data" }, "summary": "botsrv.btc-goblin.ru"}')
if __name__ == "__main__":
main()