Comment 27 for bug 692635

Revision history for this message
rawdmon (raw-dmon) wrote :

I tried the crude fix suggested just to see if it would do anything...

/usr/share/lottanzb/lottanzb/backend/hubs/__init__.py

line 107:

        if value.endswith("K") or value.endswith("M") or value.endswith("G") \
          or value.endswith("T") or value.endswith("P"):
            value += "B"

Still crashing the same as before.