ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

fix default value for settings initialization #1187

Closed bestrocker221 closed 4 years ago

bestrocker221 commented 4 years ago

default value was not set, causing program to crash since its writing "" to file instead of default value

codecov-io commented 4 years ago

Codecov Report

Merging #1187 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1187   +/-   ##
=======================================
  Coverage   43.65%   43.65%           
=======================================
  Files          32       32           
  Lines        3569     3569           
  Branches      579      579           
=======================================
  Hits         1558     1558           
  Misses       1869     1869           
  Partials      142      142

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0eca1d2...fab613f. Read the comment docs.

ohld commented 4 years ago

ha, yep, good fix.