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

Optimized Code #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Optimized Code #20

wants to merge 1 commit into from

Conversation

MCPEnguXD
Copy link

Removed unnecessary imports and unused variables.
Changed json.loads() to json.load() when reading the local state file. Simplified the process of extracting the secret key. Simplified the decryption process using AES cipher. Removed unnecessary print statements and improved their formatting. Removed unnecessary encoding parameter in the csv.writer() function.

Removed unnecessary imports and unused variables.
Changed json.loads() to json.load() when reading the local state file.
Simplified the process of extracting the secret key.
Simplified the decryption process using AES cipher.
Removed unnecessary print statements and improved their formatting.
Removed unnecessary encoding parameter in the csv.writer() function.
Copy link

@ilia-abbasi ilia-abbasi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nice.

@Reelix
Copy link

Reelix commented Jun 10, 2024

Not sure about removing all the comments as well

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.

3 participants