1
1
123qwe2016-05-27 16:56:48
Python
123qwe, 2016-05-27 16:56:48

What is the difference between: cfg.py vs config.py?

I wrote a bot for twitch, and made a structure of 3 files:
1 config.py - where there were only constants with data
2 API file, with the functionality of the bot
3 the bot itself, where the logic is described,
I couldn’t figure out one nasty error for 2 hours, and then it turned out that instead of config.py I need to write cfg.py.
What kind of joke is this? )
Does Python somehow interpret cfg.py in a special way or what?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2016-05-27
@sim3x

In general, there is no difference

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question