mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-03-02 18:37:38 +01:00
* added default * moved object before verb * added event retry * added publication_retry * renamed inspect to list * fixed retry publication * fixed retry event and structure
4 lines
76 B
Python
4 lines
76 B
Python
import sys
|
|
|
|
CONNECTION_NAME = "models" if "pytest" in sys.modules else None
|