JPDev@programming.dev to Programmer Humor@programming.dev · 6 months agoAny Volunteersprogramming.devimagemessage-square154fedilinkarrow-up11.35Karrow-down17
arrow-up11.34Karrow-down1imageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 6 months agomessage-square154fedilink
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up20·6 months agoMake sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up21arrow-down1·6 months agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up5·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)