16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

python.uploadmain option

This commit is contained in:
milek7
2019-03-28 00:26:13 +01:00
parent 803bf23715
commit cbf3011371
3 changed files with 12 additions and 15 deletions

View File

@@ -814,6 +814,11 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1);
Parser >> python_sharectx;
}
else if (token == "python.uploadmain")
{
Parser.getTokens(1);
Parser >> python_uploadmain;
}
else if (token == "python.fpslimit")
{
Parser.getTokens(1);