Any Volunteers

JPDev@programming.dev to Programmer Humor@programming.dev – 1350 points –
154

You are viewing a single comment

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)