Rename configuration file

This commit is contained in:
Benjamin Bohard 2020-04-08 16:00:54 +02:00
parent 55f92c36b3
commit 41a1db3ef5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from .i18n import _
class Config:
def __init__(self):
config_file = join(expanduser("~"), '.zephir-config.yaml')
config_file = join(expanduser("~"), '.cucchiaiata-config.yaml')
if not isfile(config_file):
print(_('Attention, there is no configuration file'))
url = input(_('Address to Risotto server: '))