Post #1217732
2026-04-16 08:37 UTC
airport transit visas:
France: you shouldn’t need one
Spain: you shouldn’t need one
Ireland: if (airport == “dublin” && terminal == “2” && departing_flight_time < “1600”) { return false } else { return true }
Replies (2)
-
@yassie_j@labyrinth.zone 2026-04-16 08:39
@kuriko what
-
@sharkitty@plush.city 2026-04-16 08:49
@kuriko Did I do too much for python for wanting to do this instead? ``` return not (airport == “dublin” and terminal == “2” and departing_flight_time < “1600”) ``` :neohaj_googly_woozy: