make it more cool

This commit is contained in:
2023-10-30 23:00:56 +07:00
parent 0622024bec
commit 7774f08180
6 changed files with 22 additions and 6 deletions
+1
View File
@@ -8,5 +8,6 @@ logger.add(sys.stderr, format="{time} {level} {message}", filter="my_module", le
for custom_labeler in labelers:
user.labeler.load(custom_labeler)
if __name__ == "__main__":
user.run_forever()