Skip to content

Instantly share code, notes, and snippets.

View kaulketh's full-sized avatar
💭
#iwantplutobackasplanet

Thomas kaulketh

💭
#iwantplutobackasplanet
  • Germany
  • 17:33 (UTC +02:00)
View GitHub Profile
@naushadzaman
naushadzaman / flask_restart.py
Created November 8, 2016 14:06
Reload python flask server by function / API endpoint
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Reload python flask server by function / API endpoint
# References:
# https://docs.python.org/3/library/multiprocessing.html
# http://stackoverflow.com/questions/27723287/reload-python-flask-server-by-function
import os