Browse Source

solved another small bug for new name functionality to first function addtags

master
alpcentaur 7 months ago
parent
commit
d61f595c9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fdb_spider_interface.py

+ 1
- 1
fdb_spider_interface.py View File

@ -54,7 +54,7 @@ if __name__ == '__main__':
for roo in room_list:
if roo[1] == name:
outputid = roo[0]
return outputid
return str(outputid)

Loading…
Cancel
Save