3 lines
73 B
Python
3 lines
73 B
Python
import base64
|
|
|
|
SECRET_KEY = base64.b64decode('TmljZSBmdWNraW5nIHRyeQ==')
|