log list setter

This commit is contained in:
Nicolás Sánchez 2024-11-30 12:09:48 -03:00
parent 285a3b6de0
commit f802ddccc7
3 changed files with 7 additions and 1 deletions

View File

@ -997,6 +997,11 @@ class logger:
return []
def set_log_list_max_length(self, amount):
self.log_list_max_length = amount
return self.log_list_max_length
def get_log_list(self):
return self.log_list

View File

@ -10,6 +10,7 @@ Mandatory:
6. Optimize database code.
7. Things that should be objects (it's not 1994):
* Orders.
* Sredro.
* A lot more.