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
bugfix printtags after time period is last value of rooms
master
alpcentaur
9 months ago
parent
bc8a91d104
commit
324c760110
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fdb_spider_interface.py
+1
-1
new_message_file.txt
+ 1
- 1
fdb_spider_interface.py
View File
@ -412,7 +412,7 @@ if __name__ == '__main__':
room_info_raw
=
room_file
.
read
(
)
room_file
.
close
(
)
room_info
=
room_info_raw
.
split
(
'
§
%
§
%
'
)
tag_list
=
eval
(
room_info
[
-
1
]
)
tag_list
=
eval
(
room_info
[
-
2
]
)
answer
=
tag_list
+ 1
- 1
new_message_file.txt
View File
@ -1 +1 @@
print
rooms§%§%woo7acFTE5ZikxmaG
print
tags test42§%§%DXbmwicNHnmruZpKw
Write
Preview
Loading…
Cancel
Save