diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-09 21:26:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-09 21:26:07 -0300 |
commit | 18c7c8ad35b68ee99e4693b0df1f0992391ac714 (patch) | |
tree | 382e6f585c291eef3ec44f3921abe012e59897e7 /game/core.rpy | |
parent | 8859fe9a251df7345080a02bcccf4c8250c9b504 (diff) | |
download | renpy-18c7c8ad35b68ee99e4693b0df1f0992391ac714.tar.gz renpy-18c7c8ad35b68ee99e4693b0df1f0992391ac714.tar.bz2 renpy-18c7c8ad35b68ee99e4693b0df1f0992391ac714.tar.xz renpy-18c7c8ad35b68ee99e4693b0df1f0992391ac714.zip |
This is roughly what will be needed for the Vault Auth, minus checking.
Note for self: Make this all a single screen laterâ„¢
Diffstat (limited to 'game/core.rpy')
-rw-r--r-- | game/core.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/core.rpy b/game/core.rpy index 4ad83eb..215a719 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -8,7 +8,7 @@ init -3 python: renpy.add_python_directory("python-extra") import requests, zlib, base64, sys, copy, uuid, time, json, traceback - import os.path, os, shutil, subprocess, hashlib, zipfile, ssl, datetime + import os.path, os, shutil, subprocess, hashlib, zipfile, pbkdf2 # non-free imports import _renpysteam as steam import discord_rpc |