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

master
b3yond 2018-10-06 11:58:08 +02:00
parent df007cd7e3
commit 5c5f6e1dca
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()