In the oldie days, our website would crash and our beloved line would be lost.
In the newie days, we save the line to a file using pickle whenever the app exits. This should run even if we crash unexpectedly (tested using kill -9 but we will see how this works out). We load from this file whenever the app restarts.
In the oldie days, our website would crash and our beloved line would be lost.
In the newie days, we save the line to a file using pickle whenever the app exits. This should run even if we crash unexpectedly (tested using kill -9 but we will see how this works out). We load from this file whenever the app restarts.