PortScanner icon indicating copy to clipboard operation
PortScanner copied to clipboard

Little code optimization.

Open coderj001 opened this issue 4 years ago • 2 comments

Description

Type of change

Converted hardcoded path '../config.json' to os path. As their no longer need to worry if that directory path had a trailing slash or not. os.path.join will add it if it needs to.

Checklist:

  • [x] My code follows the style guidelines of this project

  • [x] I have performed a self-review of my own code

  • [x] My changes generate no new warnings

  • [x] I have added tests that prove my fix is effective or that my feature works

  • [x] I have added all the three reviewers: @vinitshahdeo, @kashish121 & @ishika1727

coderj001 avatar Oct 20 '20 04:10 coderj001

Thanks for opening this pull request! 🤗 Wishing you a great Hacktoberfest 2020 🙌 🎉 ⚡️ Are you looking for more beginner-friendly issues? Check out this repo.

Hacktoberfest2020

📢 Spread the word about @vinitshahdeo/Hacktoberfest2020 repo across your social media channels to help get others involved! Give a shoutout to DEV article. Retweet this.

Open Source Love

Check out few other repos below 🚀

inspirational-quotes SimpleBio HBD Map Of India

PS: Please add @vinitshahdeo / @kashish121 / @ishika1727 as a reviewer if you haven't added.

welcome[bot] avatar Oct 20 '20 04:10 welcome[bot]

@vinitshahdeo, @Kashish121 & @ishika1727

coderj001 avatar Oct 21 '20 12:10 coderj001