Reduced polling time for retreiving shoutmessages

Added some aliases
This commit is contained in:
Darks 2022-04-12 23:42:38 +02:00
parent 6ee35ec279
commit bff132a7fd
Signed by: Darks
GPG Key ID: 7515644268BE1433
2 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Shoutbox(object):
except Exception as e:
logging.error(f"Faillure in Shoutbox thread {e}")
finally:
time.sleep(1)
time.sleep(3)
class SBMessage(object):

View File

@ -7,4 +7,6 @@ USERS = [
("FlamingKite", "FKite_"),
("Hackcell", "Alice"),
("Kikoodx", "KikooDX"),
("Lephenixnoir", "Lephe"),
("Potter360", "potter360"),
]