This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python3 | |
import json | |
import os | |
import tarfile | |
import urllib.request | |
import configparser | |
import easygui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mod.rs:13:15: 13:28 error: failed to find an implementation of trait std::rt::io::Reader for &std::rt::io::Reader<no-bounds> | |
mod.rs:13 return r.read_u8_(); |