SETI / rms-viewmaster

Viewmaster
Apache License 2.0
0 stars 0 forks source link

Python cgi module is deprecated and will be removed in Python 3.13 #1

Open rfrenchseti opened 7 months ago

rfrenchseti commented 7 months ago

Viewmaster uses the Python cgi module, but it is going to be removed soon.

/seti/all_repos/rms-viewmaster/viewmaster.py:8: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
  import cgi