Get argparse exec to properly load variables from python config file
I am trying to get Argparse exec should load the variables user_token and channel_id from the config.py file inputted by the user (–config-file argparse argument). For whatever reason it will only load the main config file (from config import *) even when running the proper commands to load in another one besides the main: python3… Read More Get argparse exec to properly load variables from python config file