JPDev@programming.dev to Programmer Humor@programming.dev · 6 months agoAny Volunteersprogramming.devimagemessage-square151fedilinkarrow-up11.36Karrow-down17
arrow-up11.36Karrow-down1imageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 6 months agomessage-square151fedilink
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up19·6 months agoMake sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up20arrow-down1·6 months agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up4·6 months agoif date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
Make sure to add mandatory EGS accounts later.
EGS? Oh, no. We don’t do that here. We’re more along the lines of:
if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)