Skip to content

Commit 0aa7efa

Browse files
author
miao.lin
committed
renamed class BGWorker to bgWorker
1 parent e47d357 commit 0aa7efa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/bitmessagemain.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
# The software version variable is now held in shared.py
1111

1212
#import ctypes
13+
try:
14+
from gevent import monkey
15+
monkey.patch_all()
16+
except ImportError as ex:
17+
print "cannot find gevent"
18+
1319
import signal # Used to capture a Ctrl-C keypress so that Bitmessage can shutdown gracefully.
1420
# The next 3 are used for the API
1521
from SimpleXMLRPCServer import *

0 commit comments

Comments
 (0)