Removed redundant cache env variable & setting

This commit is contained in:
Dylan
2022-09-13 00:17:52 +01:00
parent 831a6b45c8
commit 7d0c057a4a
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ if ('RUNNING_SERVERLESS' in os.environ and os.environ['RUNNING_SERVERLESS'] == '
"config":{
"link_cache":os.environ["VXTWITTER_LINK_CACHE"],
"database":os.environ["VXTWITTER_DATABASE"],
"table":os.environ["VXTWITTER_DATABASE_TABLE"],
"table":os.environ["VXTWITTER_CACHE_TABLE"],
"method":os.environ["VXTWITTER_METHOD"],
"color":os.environ["VXTWITTER_COLOR"],
"appname": os.environ["VXTWITTER_APP_NAME"],