hi atalay ,
please change where to read variables location from config.ini to public heroku vars can be found in your web-based heroku panel , click on your dyno , click setting tab scroll to 'Config Vars' & click on reveal config vars button . here you can set public vars like all the things in config.ini & heroku read from here . you can also set config vars in heroku deploy button to free on input manually after deploy.
you must changes all the codes like bellow :
config_object.read("config.ini")
i found it on GoViral.py file & you know what files include this .
waiting for your commited :)
finest regards
hi atalay , please change where to read variables location from config.ini to public heroku vars can be found in your web-based heroku panel , click on your dyno , click setting tab scroll to 'Config Vars' & click on reveal config vars button . here you can set public vars like all the things in config.ini & heroku read from here . you can also set config vars in heroku deploy button to free on input manually after deploy. you must changes all the codes like bellow : config_object.read("config.ini") i found it on GoViral.py file & you know what files include this . waiting for your commited :) finest regards