pdemonaco / factorio-mod-updater

Python script to update mods on a dedicated factorio server
43 stars 14 forks source link

fix: add missing message #10

Closed pdemonaco closed 4 years ago

pdemonaco commented 4 years ago

A message declaration was missing for one the download scenario where a mod on the latest version exists but doesn't match the checksum.

This change simply adds that message and also makes all of the actions title case.

Closes #9