Skip to content

Commit

Permalink
Change encoding declaration to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
00xkhaled committed Sep 12, 2018
1 parent cabf066 commit d6eb2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control Center.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding=utf-8

# -*- coding: utf-8 -*-
import socket, os, sys, select, time, bz2, random, platform, datetime, base64, pickle
import re, urllib, json, subprocess, errno, struct, optparse, ssl

Expand Down

0 comments on commit d6eb2fe

Please sign in to comment.