comments, because the use of this file is not obvious.
This commit is contained in:
parent
5119c6bfbb
commit
942f19fefe
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue