소스 검색

Update 'src/plugins/the_house.py'

iramo94 6 년 전
부모
커밋
7504ef6f63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/plugins/the_house.py

+ 1 - 1
src/plugins/the_house.py

@@ -17,6 +17,6 @@ housebot = """\
 @as_plugin("appreciate")
 def the_house(db, msg):
     
-	thehouse = housetop + ' '.join(list(msg.args(normalize=False))) + housebot
+    thehouse = housetop + ' '.join(list(msg.args(normalize=False))) + housebot
 
     return RollbotResponse(msg, txt=thehouse)