Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes error in command line operation see #25 #1

Merged
merged 1 commit into from
Mar 27, 2021

Commits on Aug 10, 2020

  1. Fixes error in command line operation see Nickduino#25

    Fixes error massage in command line operation as mentioned by @Secarius  and @ssanden in Issue Nickduino#25
    "Error in MyConfig:ReadValue: 0x279621: invalid literal for int() with base 10: 'None' : myconfig.py:160"
    
    For the object _getint()_ None ist not an valid type. But None ist used as initial value in the config file
    firewiremb authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    5c46451 View commit details
    Browse the repository at this point in the history