Merge branch 'master' of github.com:c3e/foodoord

This commit is contained in:
Christian
2015-04-04 14:21:57 +02:00

View File

@ -48,7 +48,7 @@ if __name__ == "__main__":
global STATUS
STATUS = False
try:
urllib2.urlopen(url+'door=aerie&locked=1', timeout=2)
urllib2.urlopen(url+'&door=aerie&locked=1', timeout=2)
urllib2.urlopen(old_api+'&status=closed', timeout=2)
except:
pass