brodycritchlow / Flipping-Bot

MIT License
0 stars 0 forks source link

Make repository compatible with Python 3.8 #7

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

PR Feedback: 👍

Description

This pull request makes the repository compatible with Python 3.8 by updating the code in main.py.

Summary

Fixes #6.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 10 months ago

Sandbox Executions

trunk fmt main.py || exit 0 1/2 ✓
 ✔ Formatted main.py
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix --print-failures main.py 2/2 ✓
  ISSUES  
main.py:263:0
 263:0  medium  Possible SQL injection vector through string-based query construction.                   bandit/B608
 291:0  low     Standard pseudo-random generators are not suitable for security/cryptographic purposes.  bandit/B311
Checked 1 file
2 existing issues

sweep-ai[bot] commented 10 months ago

Apply Sweep Rules to your PR?