This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
fdb-spider-interface
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
solved another small bug for new name functionality to first function addtags
master
alpcentaur
9 months ago
parent
a2b90db08a
commit
d61f595c9f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
for
roo
in
room_list
:
if
roo
[
1
]
==
name
:
if
roo
[
1
]
==
name
:
outputid
=
roo
[
0
]
outputid
=
roo
[
0
]
return
outputid
return
str
(
outputid
)
Write
Preview
Loading…
Cancel
Save