From d61f595c9fd482cb652891beacc108502e343eea Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Tue, 6 Feb 2024 14:37:59 +0000 Subject: [PATCH] solved another small bug for new name functionality to first function addtags --- fdb_spider_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdb_spider_interface.py b/fdb_spider_interface.py index ee67903..4621a61 100644 --- a/fdb_spider_interface.py +++ b/fdb_spider_interface.py @@ -54,7 +54,7 @@ if __name__ == '__main__': for roo in room_list: if roo[1] == name: outputid = roo[0] - return outputid + return str(outputid)