diff --git a/configuration/extra.py b/configuration/extra.py index 8bd1337..a7de9c0 100644 --- a/configuration/extra.py +++ b/configuration/extra.py @@ -47,3 +47,8 @@ # from datetime import datetime # now = datetime.now().strftime("%d/%m/%Y %H:%M:%S") # BANNER_TOP = f'This instance started on {now}.' + +try: + from .extra_local import * +except ImportError: + pass