comments, because the use of this file is not obvious.

multi-deployment
b3yond 2018-10-06 11:58:08 +02:00
parent 5119c6bfbb
commit 942f19fefe
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
from time import time
"""
This file is for shared global variables. They only stay during runtime.
For reference:
https://stackoverflow.com/questions/15959534/visibility-of-global-variables-in-imported-modules
"""
last_twitter_request = time()