I started a flask app on an ubuntu server over ssh and the internet unfortunatly went down. The flask app however, kept running. Normally you would just press ctrl + C to end the app but I had to start a new window so I'm not at that screen.
I want to restart the app to use the new code changes that I pulled from a repository.