[12:47:11] Why does the globalblocks API return a valid reply for None using python? [12:47:40] https://www.irccloud.com/pastebin/jeB2Pbtd/ [12:47:53] gives me [12:47:56] {'id': '72712', 'address': '182.253.0.0/16', 'anononly': '', 'by': 'Dmehus', 'bywiki': 'metawiki', 'timestamp': '2021-02-19T00:34:19Z', 'expiry': '2023-02-19T00:34:19Z', 'reason': 'Web host or proxy. Contact cvt[at]miraheze.org if affected.: Used by nefarious crosswiki spambot accounts for crosswiki spamming (or attempted spamming). See also: https://www.stopforumspam.com/ipcheck/182.253.141.25'} [12:54:12] RhinosF1: because because python requests ignores all None values, and then you just don't tell mediawiki to filter it at all, so you get the first one it gives you [12:54:18] https://requests.readthedocs.io/en/master/user/quickstart/#passing-parameters-in-urls [12:55:03] taavi: ah! [18:38:19] Quick question about Blubber. Does anyone know of a way to set WORKDIR in the generated Dockerfile? [21:09:20] anyone know how to run multiple wiki instances with Docker (using docker-compose) assuming your docker-compose file defines an 'app', 'db' and 'elasticsearch' service? [21:10:41] I've tried using different names and ports through .env variables but when I try to 'docker-compose up' a new instance it rebuilds the first instance [21:12:24] (sorry to be off-topic - but I am trying to run mediawiki) [21:23:24] cross-posted to #docker [21:23:48] I don't know the answer to your question, but it certainly isn't off-topic [21:26:20] thanks legoktm