X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Fpygui%2Fpygui.py;h=c4863bd96b2c71803f3c6e0cc55d3ccec882ccca;hb=HEAD;hp=a27e00354c42160a320ba667fe6249e2d74ac23d;hpb=19c48bb0707a0a92aa713e125cbd070295621383;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))