Another classic class conversion

This commit is contained in:
Ebag333
2017-02-09 01:02:55 -08:00
parent 579a13da44
commit 0f00b7237a
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class TimeoutError(StandardError):
pass
class Network:
class Network(object):
# Request constants - every request must supply this, as it is checked if
# enabled or not via settings
ENABLED = 1