Skip to content

Commit 18423d3

Browse files
author
Timur Gilmullin
committed
bug fixed: incorrect detected API use
1 parent 31d3969 commit 18423d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FuzzyClassificator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def Main(learnParameters=None, classifyParameters=None):
559559
global reloadNetworkFromFile
560560
global epochsToUpdate
561561

562-
notAPI = False if learnParameters or classifyParameters else False # check if API or CLI work mode
562+
notAPI = False if learnParameters or classifyParameters else True # check if API or CLI work mode
563563
args = ParseArgsMain(notAPI) # parse another CLI parameters if they was
564564
exitCode = 0
565565

0 commit comments

Comments
 (0)