Thread
:
Staff Activity
View Single Post
#
12
09-14-2012, 03:01 PM
Crow
ǝɔɐɹq ʎןɹnɔ
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Quote:
Originally Posted by
BlueMelon
Sorry I got to exited...
add log.close() at the end of the script
Won't work, since "log" is your list of lines, not the file handle. Instead:
PHP Code:
f
=
open
(
"rclog.txt"
,
'r'
)
log
=
f
.
readlines
()
f
.
close
()
Crow
View Public Profile
View GraalOnline Profile
Find all posts by Crow