Beispiel #1
0
def getLastMenu():
	googleData = getData(google_id_place)

	if googleData['boolean']:
		return msgs.noMenu((title + " (" + googleData['status'] + ")"), link, ("Horaires : " + googleData['hours']))
	else:
		return msgs.buildClosed((title + " (" + googleData['status'] + ")"), link,
								(googleData['hours'] + "\nDemain : " + googleData['tomorrow']))
Beispiel #2
0
def getLastMenu():
    googleData = getData(google_id_place)

    if googleData['boolean']:
        return getMenu(googleData['status'], googleData['phone_number'])
    else:
        return msgs.buildClosed(
            (title + " (" + googleData['status'] + ")"), link,
            (googleData['hours'] + "\nDemain : " + googleData['tomorrow']))