X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Fpygui%2Fpygui.py;h=c4863bd96b2c71803f3c6e0cc55d3ccec882ccca;hb=4ac07108309f915d3511ca2bc1fc9474e22a5f0b;hp=a27e00354c42160a320ba667fe6249e2d74ac23d;hpb=93fb7f6632c677036f96d63baf36870628a0d34b;p=matches%2FMCTX3420.git diff --git a/testing/pygui/pygui.py b/testing/pygui/pygui.py index a27e003..c4863bd 100755 --- a/testing/pygui/pygui.py +++ b/testing/pygui/pygui.py @@ -13,7 +13,7 @@ import datetime import time #TODO: Replace with URL of testing server -api_url = "https://daedalus/api" +api_url = "https://192.168.1.10/api" def log(message): sys.stderr.write("%s: %s : %s\n" % (sys.argv[0], str(datetime.datetime.now()), message))