oops syntax error
This commit is contained in:
parent
aff89d36c9
commit
06d2cec493
2
main.go
2
main.go
@ -97,7 +97,7 @@ func sendMsgToAdmins(text string, WebsiteID string, SessionID string) {
|
|||||||
func init() {
|
func init() {
|
||||||
config = utils.GetConfig()
|
config = utils.GetConfig()
|
||||||
|
|
||||||
chat_prefix = config.GetString("prefix")
|
var chat_prefix = config.GetString("prefix")
|
||||||
|
|
||||||
log.Printf("Initializing Redis...")
|
log.Printf("Initializing Redis...")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user