JPDev@programming.dev to Programmer Humor@programming.dev · 1 年前Any Volunteersprogramming.devimagemessage-square152linkfedilinkarrow-up11.37Karrow-down17
arrow-up11.37Karrow-down1imageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 年前message-square152linkfedilink
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up20·1 年前Make sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up21arrow-down1·1 年前EGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up5·1 年前if 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)