Skip to content

IF-Statement + Dutch Grammar#1627

Merged
revoxhere merged 2 commits intoduino-coin:masterfrom
mininuke69:master
Mar 3, 2023
Merged

IF-Statement + Dutch Grammar#1627
revoxhere merged 2 commits intoduino-coin:masterfrom
mininuke69:master

Conversation

@mininuke69
Copy link
Contributor

Corrected a grammar mistake in Dutch

"server fout" is supposed to be "serverfout" ✅

cleaned up if-statement in AVR_Miner.py

if update == "Y" or update == "y": ==> if update.upper() == "Y":
now it's cleaner and easier to understand 😄

@revoxhere revoxhere merged commit da44421 into duino-coin:master Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants