Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
peleccom committed Jul 9, 2012
1 parent 7fd0fd0 commit a7b79d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ByFlyUser.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def GetLogRaw(self,period='current',fromfile=None,encoding='cp1251'):
rawcsv=req.read().decode('cp1251')
except Exception,e:
self._SetLastError(str(e))
return false
return False
else:
try:
import codecs
Expand Down

0 comments on commit a7b79d1

Please sign in to comment.