A single run cannot update two or more get request to my thingspeak fields. My code has a part which requires two fields to get updated in one python program. Like..,
urlopen("https://api.thingspeak.com/update?api_key=D------MQV&field1=5")
urlopen("https://api.thingspeak.com/update?api_key=D------MQV&field2=10")
Only field1 gets updated with the above example. Thanks!