Files
2024-10-30 22:14:35 +01:00

9 lines
368 B
Python

# notifications are a dict of dicts
notifications = dict()
###############################################################
# Example notification for project/version, follow this format
###############################################################
# notifications["project_name"] = dict()
# notifications["project_name"]["version_number"] = "Notification message."