From 630e33b822c643d1c66c60f9847c3f5e4df90637 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 4 Feb 2025 18:08:12 +1100 Subject: [PATCH] feat: Add more description to testing tool --- testing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.py b/testing.py index 427a34c..83ae8fc 100644 --- a/testing.py +++ b/testing.py @@ -5,7 +5,7 @@ import requests # Plugin Data info = { "name": "Testing tools", - "description": "Testing tools", + "description": "Testing tools
Might not be useful for you", "version": "1.0", "author": "Nathan.Woodburn/" } @@ -78,4 +78,4 @@ def txCount(params, authentication): page += 1 return {"txs": f'Total TXs: {txCount}'} - \ No newline at end of file +