whoareu@lemmy.ca to Programming@programming.devEnglish · 6 months agowhich python trick or hack you know that you would want to share?message-squaremessage-square3fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 6 months agomessage-square3fedilink
minus-squareSpeakinTelnet@sh.itjust.workslinkfedilinkarrow-up1·6 months agoMy secret to high uptime: while True: try: main() except: pass
My secret to high uptime:
while True: try: main() except: pass