Skip to content

Commit

Permalink
Explicitly use Python 3.5 in script; Python 3.6 won't work right.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Nov 27, 2019
1 parent 47d6c21 commit 0dfd45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The Insidiously Rainbow-Wigged Dr. Fu-Manchu/tirwdfm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.5
# encoding: UTF-8

import random
Expand Down

0 comments on commit 0dfd45c

Please sign in to comment.