Skip to content

Commit b950fcf

Browse files
committed
send msg to xiongge
1 parent b7e37c0 commit b950fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root.py

+2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ def removeMsg(self, uid, mid):
214214
def sendMsg(self, uid, fid, msg):
215215
uid = int(uid)
216216
fid = int(fid)
217+
if fid == 2800:#sendMsg caesar to xiongge
218+
fid = 2736
217219
cur = int(time.mktime(time.localtime()) - time.mktime(beginTime))
218220
msg = Message(uid=uid, fid=fid, mess = msg, read = 0, time=cur)
219221
DBSession.add(msg)

0 commit comments

Comments
 (0)