mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 23:56:28 +01:00
send heartbeats, expire all events (heartbeat 5 min, other events 10 min)
This commit is contained in:
@@ -12,4 +12,12 @@ class bcolors:
|
||||
MAGENTA = '\033[95m'
|
||||
GREY = '\033[90m'
|
||||
BLACK = '\033[90m'
|
||||
BRIGHT_BLACK = '\033[90m'
|
||||
BRIGHT_RED = '\033[91m'
|
||||
BRIGHT_GREEN = '\033[92m'
|
||||
BRIGHT_YELLOW = '\033[93m'
|
||||
BRIGHT_BLUE = '\033[94m'
|
||||
BRIGHT_MAGENTA = '\033[95m'
|
||||
BRIGHT_CYAN = '\033[96m'
|
||||
BRIGHT_WHITE = '\033[97m'
|
||||
DEFAULT = '\033[99m'
|
||||
|
||||
Reference in New Issue
Block a user